@media only screen and (min-width:768px) and (max-width:1169px) {
img{max-width:100%; height:auto;}

}

@media only screen and (min-width:480px) and (max-width:767px) {
img{max-width:100%; height:auto;}

}



@media only screen and (min-width:320px) and (max-width:479px){
img{max-width:100%; height:auto;}
}

@media only screen and (max-width:767px) {
img{max-width:100%; height:auto;}
.statusright {float: left;}
.btn {margin-bottom: 5px; margin-top: 5px;}
ul.student-details-menu {
    margin: 0 auto;
    width: 216px;
}
ul.student-details-menu > li {
    display: block;
    float: left;
    height: 45px;
    padding: 5px;
}
ul.student-details-list {
    margin-top: 10px;
}
.container {
	overflow: scroll;
}
table th, table td{
	width: max-width;
}
header #cssmenu > ul > li > a {
    background: transparent;
	color: #fff !important;
}
}





