.blue{
    color:#133273
}
.titlePage {
    color:#133273; font-weight:600
}
.labelred {
    color: #F00 !important;
}

.LabelBlue {
    color: #133273 !important;
}

.input-hidden {
    position: absolute;
    left: -9999px;
    text-align: center;
    color: #133273;
}
input[type=radio] + label>span {
    font-size: 1.2rem;
    text-align: center;
}
input[type=radio]:checked + label>img {
    border: 1px solid #fff;
    box-shadow: 0 0 3px 3px #133273;
    font-size: 1rem;
}

/* Stuff after this is only to make things more pretty */
input[type=radio] + label>img {
    border: 1px dashed #133273;
    transition: 500ms all;
}

input[type=radio]:checked + label>span {
    font-weight: bold;
    color: #133273;
}

.speakerName{
    font-weight: 600;
    color: #133273;
    font-size: 1.2rem;
}
.speakerCountry{
    font-weight: 400;
    color: #133273;
    font-size: 1rem;
}
.speakerSpecialty{
    font-weight: 400;
    color: #133273;
    font-size: 1rem;
}
