.tmpl-post {
    padding: 1rem;
}

.page {
    /* margin: 10px; */
    padding: 10px;
}

.page-title {
    padding: 10px;
    font-size: 24px !important;
    font-weight: bolder;
    font-size: large;
}

.post-title {
    font-size: 24px !important;
    font-weight: bolder;
    margin: 10px 10px 10px 10px;
}

.post-content {
    margin: 10px 10px 10px 10px;
}

table.postlist {
    border-radius: 10px;
    border-color: black !important;
}
table.postlist thead {
    background-color: #182648;
    border-bottom-color: white !important;
    color: white;
    /* border-color: black !important; */
}

table.postlist thead th {
    color: white !important; 
}

table.postlist tbody tr:hover {
    color: white !important; 
    background-color: darkcyan !important;
    cursor: pointer;
}

table.postlist tbody tr:hover td {
    color: white !important; 
    /* background-color: darkcyan !important; */
    /* cursor: pointer; */
}

td {
    /* color: white; */
}

td a {
    color: black;
}

/* .post-content table,
.post-content tr,
.post-content th,
.post-content td {
  border: 2px solid black !important;
  padding: 5px 5px;
} */

.post-content table, .post-content tr, .post-content td {
    border: 2px solid black !important;
    padding: 5px 5px;
}
.post-content table {
    width: 100% !important;
}

.post-content th {
    background-color: cadetblue;
    color: white;
    align-content: center;
    padding: 5px 5px;
    border: 1px solid black !important;
}