reportDetails.css 710 Bytes

.div-first{
	margin-top: 30px;
	margin-left: 70px;
}
.div-first div{
	margin-top: 10px;
}
.firstTitle{
	font-weight: bold;
	font-size: 24px;
	color: #179bf0;
}
.secondTitle{
	font-weight: bold;
	font-size: 18px;
	color: black;
	margin-left: 70px;
}
.contentnav{
	background: #f3f3f3;
}
.contentnav div{
	margin-top: 10px;
}
.btn-solid{
	border-radius: 4px;
    background-color: #0096eb;
    border: 1px solid #0096eb;
    color: white;
    width: 120px;
    height: 50px;
}
.tabul ul{
	padding: 0px;
}
.tabul ul li{
    padding-right:10px;
    display: inline;
    height: 20px;
    line-height: 20px;
    color: #24a2e9;
}
.tabul ul li a{
	text-decoration: none;
    cursor: pointer;
    color: #24a2e9;
}