

.btnVirtual
{
    height: 35px;
    width: 150px;
    font-size: 16px;
    color: White;
    border-style:solid;
    border-width:1px;
    border-color:white;
    border-radius: 5px; 
    /*background: #595959;*/
    background: #0dabd8;
    margin-left:80px;
    cursor:pointer;
}

.btnVirtual:hover
{
    height: 35px;
    width: 150px;
    font-size: 16px;
    color: White;
    border-style:solid;
    border-width:1px;
    border-color:white;
    border-radius: 5px; 
    /*background: #716969;*/
    background: #16c9fc;
    margin-left:80px;
    cursor:pointer;
}

.dvVirtual {
    width: 315px;
    height: 125px;
    
    border-style:solid;
    border-width:0px;
    border-color:#C11B17;
    border-radius: 5px; 
    background: #e77d00;
    -moz-box-shadow: 5px 5px 5px #c5c5c5;
    -webkit-box-shadow: 5px 5px 5px #c5c5c5;
    box-shadow: 5px 5px 5px #c5c5c5;
}


.dvVirtualTile {
    width:315px;
    height:30px;
    background: rgb(85, 85, 85);
    border-style:solid;
    border-width:0px;
    border-color:#C11B17;
    border-radius: 5px 5px 0px 0px; 
    font-family: 'Open Sans', sans-serif;
    
    font-size: 26px;
    color: #fc9539;
    margin:0;
    padding:0;
    text-align:center;
}

.dvVirtualText {
    font-family: 'Open Sans', sans-serif;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    font-weight:normal;
    color: white;
    text-align: justify;
    margin-bottom:10px;
 }
