.listArticlesView {
    width: 70%;
    margin: auto;
    padding: 0 20px;
}


.listArticlesView table {
    width: 100%;
    border-spacing: 0;
    color: #303030;
}

.listArticlesView table thead {
    background-color: #014a8f;
    font-size: 1.15rem;
    font-weight: normal;
    text-align: left;
}

.listArticlesView table thead a {
    color: #FFFFFF;
}

.listArticlesView table thead tr th {
    padding: 5px;
    color: #FFFFFF;
}

.listArticlesView table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.listArticlesView table tbody td,
.listArticlesView table thead th {
    height: 45px;
    font-weight: normal;
}

.listArticlesView.index table tbody td,
.listArticlesView.index table thead th {
    height: 35px;
}

.listArticlesView table tbody td.list_button {
    text-align: right;
}

.listArticlesView table tbody td.list_button a {
    padding: 8px 10px;
    text-decoration: none;
    color: #303030;
    background-color: #e2e2e2;
}


.listArticlesView table tbody td.list_button a:hover {
    background-color: #014a8f;
    color: #FFFFFF;
}
