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

@media screen {
#CaseListing_Title {
	margin-top: -290px;
	
}

.col1 {
	width: 35%;
}

.col2, .col3 {
	width: 10%;
	text-align: center;
}


.col4 {
	width: 30%;
}

col5 {
	width: 15%;
	text-align: right;
}

.btmcol1 {
	width: 35%;
	border-bottom: solid thin;
	margin-bottom: 5px;
}


.btmcol2, .btmcol3 {
	width: 10%;
	border-bottom: solid thin;
	margin-bottom: 5px;
	text-align: center;
}

.btmcol4 {
	width: 30%;
	border-bottom: solid thin;
	margin-bottom: 5px;
}

.btmcol5 {
	width: 15%;
	border-bottom: solid thin;
	margin-bottom: 5px;
	text-align: right;
}

.btmTR {
	margin-bottom: 10px;
}

} /* end @media screen */