body{

    margin: 50px;

}

.right{

    position: relative;
    float: right;

}

.right.label{

    margin-left: 5px;

}

img.icon{

    width: 20px;
    height: 20px;

}

.link,
.link:hover,
.link:focus{
    cursor: pointer !important;
}

.glyphicon{
    display: inline-block;
}

.children1{
    margin-left: 15px;
}
.children2{
    margin-left: 30px;
}
.children3{
    margin-left: 45px;
}

table tr.EN{
    background-color: #d9f6ff;
}
table tr.PT{
    background-color: #ffd1d1;
}
table tr.ES{
    background-color: #edffd1;
}

.label-off{
    background-color: red;
}

.label-on{
    background-color: green;
}