@media only screen and (min-width: 995px) {

/*
Styles for any screen not in large medium or small mode
*/

.light-vr-right-o{
border-right:solid black 1px;
}

.hide-o{
display:none !important;
}

.show-o{
display:inline !important;
}

.show-o-block{
display:block !important;
}

/*display page*/

#display-page-vhr{
	height:265px;
}

/*
Capsule Edit
*/

.confirm-remove{
margin-right:0;
width:80px;
}

#new-contact-pont,
#new-note
{
	width:375px !important;
}

}