
.controlframe {background: #16161c;
               border: 1px solid rgba(197, 164, 90, 0.28);
               border-radius: 3px;
               padding: 5px 5px 15px 10px;
	      }

.vm {position: relative;
     height: 55px;
    }

.vmname {position: absolute;
         left: 0px; top: 0px;
	 height: 55px;
	}

.vmcover {position: absolute;
          left: 15px;
	  top: 30px;
	  font: 12px 'Dot Matrix';
	  background: #101014;
	  color: #e3c47e;
	  border: 1px solid rgba(197, 164, 90, 0.4);
	  border-radius: 5px;
	  padding: 2px 10px 2px 10px;
         }
