body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    margin-top: 0;
}

table {
    width: 100%;
}

.pageTitle {
    width: 100%;
    text-align: center;
    color: #1e507f;
}

.mainTable {
    width: 100%;
    padding: 0;
    border-spacing: 5px;
}

.itemHeader {
    background-color: #1e4387;
    color: #FFFFFF;
    font-weight: bold;
}

.languageColumn {
    background-color: #c5d1e2;
    color: #1e4387;
    font-weight: bold;
    width: 70px;
    height: 30px;
}

.darkBlueText {
    color: #1e4387;
    padding-left: 3px;
    padding-right: 3px;
    height: 20px;
}

.flagColumn {
    width: 70px;
}

.flag {
    width: 70px;
    height: 40px !important;
}

.emptyColumn {
    height: 20px;
}