﻿body {
}
/*@ import url('https://fonts.googleapis.com/css?family=Karla|Lato');*/
@import url('FontsLato/latofonts.css');


.withoutBorder{
    text-transform:capitalize!important;
}
           

[id$="divLangs"]{
    text-transform:capitalize;
}


#divLangMenu{
    position: relative;
    left: -278px;
    top: -102px;
    width: 150px;
}

#button 
{
    width: 166px;
    height: 44px;
    border-radius: 3px;
    background-color: #0099cc;
    box-shadow: 0 2px 0 0 #005a87;

    text-align: center;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    vertical-align:central;
    text-decoration:none;

    padding: 10px 50px 10px 50px;

    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
}
    #button:hover {
        background-color: #005a87;    
    }

#icon{
    width: 128px;
    height: 57px;
}
#messageText{
    font-family: Karla;
    font-size: 14px;
    color: #222222;
}

#messageHeader{
        font-family: Lato;
        font-size: 24px;
        line-height: 1.67;
        color: #222222;
}

#container{
position: relative;
    top: 140px;
    width: 495px;
    height: 210px;
    padding: 50px 33px 60px 50px;
    margin: auto;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

#container table
{
    /*border:1px dashed black;*/

    border-collapse: collapse;
    margin: 0 auto;
    width: 550px;
    position: relative;
    left: -110px;
    height: 200px;
        
}

td {
    height: 80px;
    width:250px;
    vertical-align: central;
}

#divLangMenu div.dropdown-content a,#divLangMenu #btnLang
{
    font-family: Lato!important;
    font-size: 12px!important;
    font-weight: bold!important;
    line-height: 1.17!important;
    text-transform:capitalize;


}
 
 