﻿button.secondary, .button.secondary {
    border-color: #000;
    color: #ccc; 
	font-weight:bold;
	background: #98bede;
	background: -moz-linear-gradient(top,  #0074a6 0%, #064367 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0074a6), color-stop(100%,#064367)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0074a6 0%,#064367 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0074a6 0%,#064367 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0074a6 0%,#064367 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0074a6 0%,#064367 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0074a6', endColorstr='#064367',GradientType=0 ); /* IE6-9 */
}
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background: #0074a6; 
	  color: #fff;
	}
	  
body,td,th {
	font-family: 'Roboto', sans-serif;
}

.clientLogoImg {
	
	margin-top:90px;
	margin-right:-65px;
		
}

.mgpsLogosImg {
	
	margin-top:55px;
	margin-right:-65px;
	width:160px;
		
}

.mgpsLogosImgOnly {
	
	margin-top:413px;
		
}
@media only screen and (max-width: 40em) { 
	#questionblock {
		min-height:0;
	}
}