/*
Subpage item
 */
.subpage {
    text-align: center;
    border-bottom: 3px solid #f6c46b;
}

.subpage h4 {
    font-size: 24px;
    margin: 10px 0;
}

.subpage a.btn {
    margin-bottom: 20px;
}

/*
Page styling
 */
.page .table thead th {
    background: #00b6ff;
    color: #fff;
    text-transform: uppercase;
}

.page .table-striped tbody tr:nth-of-type(odd) {
    background: #e6f7ff;
}

.pagina-page {
    overflow: auto;
}

.pagina-page article {
    width: 33.3%;
    float: left;
    height: 400px;
    color: #07346d;
}

.pagina-page article strong {
    font-size: 20px;
    font-weight: bold;
}

.pagina-page article:nth-child(4) {
    /* margin-left: 20%; */
}