#right_pannel a:hover {
	text-decoration: none;
	cursor: pointer;
}

#right_pannel .panel-body::-webkit-scrollbar {
	width: 0.3em;
}

#right_pannel .panel-body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#right_pannel .panel-body::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
}

.new_lab_list img:hover {
	transform: scale(1.1, 1.1);
	opacity: 0.7;
}

.widget__right {
	position: fixed;
    top: 100px;
    right: 0px;
    bottom: 10px;
    margin: 15px;
    z-index: 99;
    font-size: 12px;
    width: 350px;
}

.main__margin__right {
	margin-right: 380px;
}


/* Small devices (portrait tablets and large phones, 768px and down) */
@media only screen and (min-width: 768px) {}
@media only screen and (max-width: 768px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}
@media only screen and (max-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}
@media only screen and (max-width: 992px) {
	
	.main__margin__right {
		margin-right: 15px;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}
@media only screen and (max-width: 1200px) {}