﻿/* custom styles for language selection page - 2018 */

body{
	background-color: #ffffff;
    color: #53565A;
}
.langLink{
	color: #005AA1; /* Black */
}
/* mouse over link */

a:hover {
	color: #00BDF2; /* Gray 5 */
}

.radioHolder{
    height: 24px;
    float: right;
}

.flag{
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.one{
    
}
.two{
    margin-left: 30px;
    margin-top: -24px;
}
.three{
    margin-left: 60px;
    margin-top: -24px;
}
.uk{
    background-image: url("img/lang_uk.png");
}
.usa{
    
    background-image: url("img/lang_us.png");
    
    
}
.de{
    background-image: url("img/lang_de.png");
}

.fr{
    background-image: url("img/lang_fr.png");
}
.it{
    background-image: url("img/lang_it.png");
}
.pt{
    background-image: url("img/lang_pg.png");
}
.br{
    background-image: url("img/lang_br.png");
}
.es{
    background-image: url("img/lang_sp.png");
}
.mx{
    background-image: url("img/lang_mx.png");
}

.radio{
    background-image: url("img/lang_untick.png");
    width: 24px; 
    height: 24px;
    background-size: 24px 24px;
    background-position: center;
}