
.media-right {
	max-width: 200px;
}

.media-body {
	max-width:300px;
}

#exam-list-wrapper a.list-group-item {
	cursor:default;
}

 #exam-list-filter-form  .bootstrap-select .dropdown-menu {
	position: absolute;
    top: 100%;
    left: 0;
    float: left;
    padding: 5px 0;
    margin: 2px 0 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

#exam-list-filter-form  .bootstrap-select .dropdown-menu::before {
	border-bottom:none;
}



#exam-list-filter-form  .bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

#exam-list-filter-form  .bootstrap-select .dropdown-menu.inner li{
	width:100%;
	padding:0;
}

#exam-list-filter-form  .bootstrap-select .dropdown-menu.open {
	margin-top:2px;
	padding-bottom:0;
}
