@charset "utf-8";
/* CSS Document */
.bold {
	font-weight:bold;
}
.red {
    color: #dd0000!important;
}
.scrollable {
	margin-right:10px;
    overflow-x: auto!important;
    overflow-y: auto!important;
}
.underlined{
	text-decoration:underline;
}
.width-95-Per {
	width:95%;
}

