@charset "UTF-8";
/*

    OFFSHORE Theme News

*/

.bold {
    font-weight: bold;
}
.position {
    font-weight: normal;
    font-size: 1.4rem;
}

a {
    color: #333333;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

.textCenter {
    text-align: center;
}
.textRight {
    text-align: right;
}


/* ---------------------------------------------------------

    SECTION

------------------------------------------------------------ */

.newsTableOuter {
    width: 100%;
    padding: 30px 0;
    border-top: 1px dotted #BBBBBB;
    border-bottom: 1px dotted #BBBBBB;
}
.newsTableOuter table {
    width: 100%;
}
.newsTableOuter table th,
.newsTableOuter table td {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
    vertical-align: top;
}
.newsTableOuter table th {
    color: #6ABB3A;
    padding: 12px 25px 12px 0;
    border-bottom: 1px dotted #555555;
}
.newsTableOuter table td {
    color: #000000;
    padding: 12px 0 12px 0;
    border-bottom: 1px dotted #555555;
}
.newsTableOuter a {
    color: #6ABB3A;
    text-decoration: underline;
}

.newsTableOuter table tr:last-child th,
.newsTableOuter table tr:last-child td {
    border-bottom: 0;
}


/* ---------------------------------------------------------

    RESPONSIVE

------------------------------------------------------------ */

@media (max-width: 767px) {
    
    .newsTableOuter {
        padding: 0;
        border-top: 0;
        border-bottom: 0;
        margin-bottom: 0;
    }

    .newsTableOuter table th,
    .newsTableOuter table td {
        display: block;
        font-size: 1.2rem;
    }
    .newsTableOuter table th {
        border-bottom: 0;
    }
    .newsTableOuter table td {
        padding: 0 0 8px 0;
        border-bottom: 1px dotted #555555;
    }

}
