﻿.justify,.justify p{
    text-align:justify;
}
.pointer{
    cursor:pointer;
}

.header{
    padding:6px 0;
    border-bottom:2px solid #e5e5e5;
}
.header h1{
    margin:0;
}
.header span{
    display:inline-block;
    line-height:1.4em;
}

.header p span{
    font-size:12px;
}
.header img.logo{
    /*width:90px;*/
    height:66px;
    display:inline-block;
    vertical-align:bottom;
    margin-right:10px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.section p{
    text-align:justify;
}
.message{
    padding:15px;
}

.danger{
    color:#ce4844;
}
.success{
    color:#5cb85c;
}
.margin-bottom-40{
    margin-bottom:40px;
}
/* HIDE RADIO */
div.language-wrapper [type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
    div.language-wrapper [type=radio] + img {
        height: 22px;        
        cursor: pointer;
    }

/* CHECKED STYLES */
    div.language-wrapper [type=radio]:checked + img {
        height: 28px;
        /*height: 22px;
        outline: 1px solid #124996;*/
    }