/*----------------------------------------------------------------------------*/

table.logos {
    border: none;
}

table.logos tr {
    border: none;
}

table.logos td {
    border: none;
}

/*----------------------------------------------------------------------------*/

.su-table {
    padding: 15px;
    border: solid 2px #515150;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.su-table table td {
    font-size: 1em;
    line-height: 1.5em !important;
}

.su-table table td:nth-child(1) {
    font-weight: bold;
}

/*----------------------------------------------------------------------------*/

article.post-wrap .post-body .post-excerpt p {
    font-size: 1.3em;
    line-height: 1.5em;
}

article.post-wrap .post-body .post-excerpt .su-note {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-style: solid;
    border-width: 2px;
    border-color: #515150!important;
}

article.post-wrap .post-body .post-excerpt .su-note-inner p {
    font-size: 1.3em;
    line-height: 1.5em;
}

.su-heading.su-heading-align-center {
    font-weight: bold;
    background-color: #F5F5F1;
}

/*----------------------------------------------------------------------------*/

.download-attachments {
    padding: 10px;
    border: solid 1px #1389B1;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, .19) 0 10px 20px, rgba(0, 0, 0, .23) 0 6px 6px;
}

.download-attachments .download-title {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 1em;
    background-color: aliceblue;
}

.da-attachments-table thead {
    background: #1389B1;
    color: whitesmoke;
}

.da-attachments-table thead th {
    color: whitesmoke;
}

/*----------------------------------------------------------------------------*/