body{
	color:#333333;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	line-height:18px;
	}

/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
  max-width: none !important;
  width: 970px;
}
  
/***********************************

		OTHER

***********************************/

#messageCookieLaw {
    position: fixed;
    top: 25px;
    right: 25px;
	width:200px;
	height:20px;
    z-index: 100000;
    display: none;
    padding: 2px 0px 5px 5px;
    background-color: #FFFFFF;
    border: 1px solid rgba(234, 238, 250, 0.6);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}