a.black {
	color: #337ab7 !important;
}
.table-border > div {
	border: 1px solid black;
}
.bold-center {
	text-align:center;
	font-weigth:bold;
}
.bluehead{
	background-color:#337ab7;
	color:white;
}
.more-data-lg > td{
	height:100px;
}
.more-data-sm > td{
	height:50px;
}
.table {
  width: 100%;
  table-layout: fixed;
}
.nav-tabs > li.active > a {
	background-color:#2999F9 !important;
	color:white !important;
}
.text-lg{
	width:100%;
	height:100px;
}
.text-md{
	width:100%;
	height:75px;
}
.text-sm{
	width:100%;
	height:50px;
}
/*@media screen and (min-width: 100px) {
	#mainblock{
		background: whitesmoke;
		width:90% !important;
	}
}
@media screen and (min-width: 1600px) {
	#mainblock{
		background: whitesmoke;
		width:70% !important;
	}
}*/