body {
margin: 40px 40px 80px 40px;
background: #444444;
}

/*
table {
padding:2px;
}

.vmcontent td {
border: #fff 3px solid;
}
*/




td small small img {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  
  border: 1px solid transparent !important;
  border-bottom: 4px solid transparent !important;
  
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 191, ../sass/screen.sass */
td small small img:hover {
  border: 1px solid #0000ff !important;
  border-bottom: 4px solid #0000ff !important;
}

.vmcontent {
background-color: black;
background-color: rgba(0,0,0,0.7);
}

background-color: black;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8;

