@charset "utf-8";

/*=========================================================
	index
		1. heading level1
		2. heading level2
		3. heading level3
		4. heading level4 - level6
=========================================================*/

/* 4.heading
=========================================================*/
#student #content h1{
	clear:both;
	margin:0 0 1.5em;
	padding:0 0 10px;
	border-bottom:3px solid #548550;
	font-size:160%;
}
#student #content h2 span{
	clear:both;
	display:block;
	margin:1.6em 0 0;
	padding:2px 0 0 10px;
	border-left:5px solid #548550;
	font-size:130%;
}
#content h2{
	border-bottom:1px solid #CCCCCC;
	margin-bottom:15px;
	padding-bottom: 5px;
}




#student #content h1.ind,
#student #content #category{
	width:660px;
	height:100px;
	margin:0 0 20px;
	padding:0;
	border:none;
	background:url(../../professor/images/ind_ptit.jpg) no-repeat;
}
#student #content h1.ind span,
#student #content #category span{
	display:none;
}



/* 4.description
=========================================================*/
#student #content dt{
	background:#FDF2F6;
	border:1px solid #E8A7BC;
}
#student #content dd{
	border-right:1px solid #9EA6ED;
	border-bottom:1px solid #9EA6ED;
	border-left:1px solid #9EA6ED;
}


/* 4.box
=========================================================*/
#student #content .box-s{border:1px solid #41a471;}

.students_box{
	background-color:#9EA6ED;
	border:1px solid #F6C;;
	padding:2px 5px 6px 5px;
}
.students_line{
	width:530px;
	height:8px;
	background: url(../../student/images/border.gif) no-repeat;
	margin-left:125px;
}
.students_text{
	line-height:15pt;
}
#student #box p{
	margin-bottom:2pt;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fr_object {
    margin: 0.2em 0 5px 15px;
}

.fl_object {
    margin: 0 0 15px 10px;
}

.mr10 {
    margin-right: 10px !important;
}

@media screen and (max-width: 600px) {

#student #content h1.ind,
#student #content #category{
	width: 100%;
	height:auto;
	margin:0 0 20px;
	padding:0;
	border:none;
	background: none;
	font-weight: bold;
	color:#458C00;
}
#student #content h1.ind span,
#student #content #category span{
	display: block;
	padding:10px;
	border: 1px solid #458C00;
}

#student #content .box-s{
	min-width: 220px;
	float: none;
	margin-left: 0;
	margin: 0 auto 20px;
	text-align: center;
	
}

#student #content .box-s p{
	text-align: left;
	
}
}