
/*  Dashboard */

.mypage
{
	width:100%;
	float:left;
}

.sim_blnc
{
	font-size:11px;
	background-color:transparent; 
	font-weight:bold;	
}
.bl_span
{
	color:#00436E;
	text-align:left;
}

.smr_dis
{
	width:100%; 
	height:auto; 
	float:left;
	position:static;
}

.tbl_smr
{
	float:left; 
	width:250px;
	margin-right:30px;
}

.fag_div
{
	height:5px;
}

.dis_tbl
{
	width:250px;
}
.dis_pd
{
	padding-top:6px;
}


 
.collapsible {
    background-color: white;
    color: gray;
    cursor: pointer;
 
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 13px;
}

.active, .collapsible:hover {
    background-color: white;
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: white;
}
 
