/**** Custom Responsive Styles ****/


@media (min-width: 1200px) {
/* For Big Stuff */
.profileBorder {
	border-right: solid black;
	border-right-width: 1px;
}
#group>table>tbody>tr>td:first-child,#group>table>tbody>tr>td:last-child {
    max-width: none !important;
    float: left !important;
}
.volMenu2 {
    padding-top: 60px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.lb-right-scroll-panel {
overflow:auto;
width:681px;
}
.logbook-details-section{
width:938px;
}
.profileBorder {
	border-right: solid black;
	border-right-width: 1px;
}
#group>table>tbody>tr>td:first-child,#group>table>tbody>tr>td:last-child {
    max-width: none !important;
    float: left !important;
}
.volMenu2 {
    padding-top: 60px;
}
}



@media (min-width: 768px) and (max-width: 991px) {
.lb-right-scroll-panel {
overflow:auto;
width:461px;
}
.logbook-details-section{
width:718px;
}
.profileBorder {
	border-right: solid black;
	border-right-width: 1px;
}
.volMenu2 {
    padding-top: 60px;
}
}

@media (max-width: 767px) {
.lb-right-scroll-panel {
overflow:auto;
width:256px;
}
.profileBorder {
	border-right: none;
}
.logbook-details-section{
width:auto;
}
.hidden-xs {
display:none;
}
.tab-content > .block-imp {
	display:block !important;
}
.tab-content > .in-imp {
	opacity:1 !important;
	visibility: visible !important;
}
.volMenu2 {
    padding-top: 0px;
}
}

@media (max-width: 573px) {
.volMenu2 {
    padding-top: 0px;
}
.volMenu li {
    display: block;
    float: none; 
    border-right: none;
}
}