.h1 {
 text-align: center;
}

body {
   background-color: #ebf5ff;
   font-size: 12pt;
   font-family: sans-serif;
}

input, select {
    font-family: sans-serif;
    font-size: 12pt;
}

button {
    background: linear-gradient(#67ae55, #578843);
    background-color: #69a74e;
    box-shadow: inset 0 1px 1px #a4e388;
    border-color: #3b6e22 #3b6e22 #2c5115;
    font-family: 'Freight Sans Bold', Helvetica, Arial, sans-serif !important;
    font-weight: bold !important;
    letter-spacing: normal;
    text-rendering: optimizelegibility;
    font-size: 1em;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    position: relative;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
    min-width: 194px;
    padding: 7px 20px;
    text-align: center;
    box-sizing: border-box;
    border: 0px solid;
}

button:focus, input:focus{
    outline: none;
    text-align: center;
}

.selectedLang{
    padding: 0px 3px;
    font-size: 10pt;
    color:rgb(150,150,150);
}

.unSelectedLang{
    padding: 0px 3px;
    font-size: 10pt;
    color:black;
    text-decoration: none;
}

.unSelectedLang:hover{
    text-decoration: underline;
}

