@CHARSET "UTF-8";
/* =============================================================== */

/*
 *
 *   Professional - Responsive 
 *   Copyright 2016 pedstestonline.com
 *
*/

/* 	TABLE CONTENT

1. GLOBAL

*/

/* =============================================================== */
/* GLOBAL
/* =============================================================== */

body{
	background-color: #E9EAED;
}

.container {
    background-color: white;
}

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

.page-wrap{
	padding-bottom: 20px;
}

