body {
    font-size: 18px;

}


.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #14222E;
    color: #F0F0F0;
}

.table-striped > tbody > tr > td {
    background-color: #284052;
    color: #F0F0F0;

}

.table-striped tr td {
    border-bottom: 1px solid black;
}


ul.countries {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

ul.countries li {
    margin-top: 10px;
    list-style-type: none;
}

.container-portrait{
    max-width:1080px;
     width:1080px;
}
