/* Add here all your css styles (customizations) */

body {
   color: #000;
   font-size: 12px;
   line-height: 1.6;
}


.btn-u.btn-u-default {
	 background: #666;
}
.btn-u.btn-u-default:hover,
.btn-u.btn-u-default:focus,
.btn-u.btn-u-default:active,
.btn-u.btn-u-default.active,
.open .dropdown-toggle.btn-u.btn-u-default {
	 background: #333;
}

.button { background: #666; }

a {
   color: #333;
   text-decoration: none;
}

a:hover {
   color: #333;
   text-decoration: underline;
}

.headline h2,
.headline h3,
.headline h4 {
	margin: 0 0 -2px 0;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 2px solid #0099cc;
}




#modalShareResponseRate .modal-dialog  {width:800px; height:600px}
#modalShareReport .modal-dialog  {width:800px; height:600px}



.progress-bar-u { background: #3399cc; }

h3.heading-xs {
	font-size: 12px;
	margin-bottom: 0;
}