/* FRONTEND CSS
*********************************************/

html {
	/* scrollbar fix (prevent ugly left pull for lower content sites) */
	overflow-y: scroll;
}

body {
	font-size:14px;
}

img{display:block;}

.btmtable td{vertical-align:top;}
.btmtable tr:nth-child(2) > td:nth-child(odd){background:#f4f3f3; padding:10px; line-height:25px; height:100px;}
.viewbtn{background:url('/images/menubg.jpg'); background-size:100% 100%; width:100%; padding:12px 0px; color:#fff; border:none;}

.gbs3 textarea.form-control{min-height:200px !important;}
.gbs3 .A{background:#f2f2f2 !important; border:none !important;}

#button6{background:url('/images/menubg.jpg') !important; background-size:100% 100% !important; text-shadow:none !important; color:#fff !important;}

/* MEDIA QUERIES
*********************************************/

/* Extra small devices (phones, less than 768px) */
/* No media query -> mobile first strategy */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* for higher resolutions (android and retina) */
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (max--moz-device-pixel-ratio: 1.5) {
  
}