.vms-display {
    border:3px solid orange; 
    background:black; 
    padding:15px 15px 15px 15px;
    height:60px;
}

.vms-display div.left{
    text-align:left;
    font-size:25px;
    font-weight:bold; 
    font-family:Courier; 
    white-space: pre;
    color:orange;
    float:left;
}

.vms-display div.right{
    text-align:right;
    font-size:25px;
    font-weight:bold; 
    font-family:Courier; 
    white-space: pre;
    color:orange;
    float:right;
}

.vms-display-smaller {
    border:3px solid orange; 
    background:black; 
    /*width:220px; */ 
    padding:10px 10px 25px 5px;
    height: 30px;
    white-space:pre;
}

.vms-display-smaller div.left{
    text-align:left;
    font-size:18px;
    font-weight:bold; 
    font-family:Courier; 
    color:orange;
    float:left;
}

.vms-display-smaller div.right{
    text-align:right;
    font-size:18px;
    font-weight:bold; 
    font-family:Courier; 
    color:orange;
    float:right;
}


