@charset "utf-8";
/* CSS Document */

.site-navbar .navbar-header {
    width: 340px;
}

.navbar-brand-logo {
  height: 42px;
  margin-top: -5px;
}

.help-block-custom
{
color:#FF0000; font-weight:500;
}



.table-bordered>tbody>tr>td {
	font-weight:400;
	color: #000000;/**/
}
.table-bordered>thead>tr>th {
	font-weight:500;
	color: #000000;
	/**/
}


.table { font-weight: 400;}

@media only screen and (max-device-width:450px) {    
    /* Put your iPhone 3g styles in here */ 
.navbar-brand-text{
/*display:none;*/
font-size:10px;
}

}
@media only screen and (max-device-width:320px) {    
    /* Put your iPhone 3g styles in here */ 
.navbar-brand-text{
display:none;
}

}
