﻿body {
   
}
@font-face {  
    font-family: 'Free 3 of 9 Extended';  
    src: local('Free 3 of 9 Extended'),url('./Fonts/fre3of9x.ttf') format('truetype');  
}  
.hFont {  
    font-family: 'Free 3 of 9 Extended' !important;  
}
/*.Clear {
    clear:both;
}*/
#menu {
    /*width:98%;*/
    width:auto;
    margin:auto;
    background-color:cornflowerblue;
    /*border-radius:10px;*/
    /*height:75px;*/
    /*text-align: center;*/
    font-weight: 700;
    font-size: x-large;
    float:none;
    /*margin:auto;*/
}



#Content {
    /*width:auto;*/
    width:98%;
    /*background-color:rgb(224,224,224);*/
    /*background-color:#cccccc;*/
    background-color:#fff;
    border: 3px solid rgb(224,224,224);
    border-radius: 10px 10px 10px 10px;
    float:none;    
    margin:auto;
    margin-top:8px;
    margin-bottom:8px;
    min-height:550px;
    /*direction:rtl;*/
   
   
}
.footer h4 {
    font-size:small;
    padding:15px;
    text-align:center; 
    text-align:center;
   
}

  .MyCenter {
              display: -ms-flexbox;
            /*display: flex;*/
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
    }
    .RedBtn {
             background-color: #0094ff;/*#9FCDFF*/
            text-align: center;
             border: 3px solid Red;
             border-radius:10px; 
        }
     .mybtn {            
           background-color:cornflowerblue;
           border:1px solid #0094ff;
           border-radius:10px;           
           height:35px;           
            text-align: center;
            min-width:75px;
            
        }

.Lbl {
    font-weight:bold;
}
