
.tx-typo3forum-pi1 table {
    border: 0;
}
.tx-typo3forum-pi1 table th {
    background-color: #1555A0;
    color: #FFF;
}
.tx-typo3forum-pi1 table th[scope="rowgroup"] {
    text-align: left;
    padding: 2px 6px;
}
.tx-typo3forum-pi1 table th[scope="colgroup"] {
    background: none;
    text-align: right;
    font-weight: bold;
    color: #333;
}
.tx-typo3forum-pi1 table th[scope="colgroup"]:after {
    content: ':';
    padding-right: 10px;
}

.tx-typo3forum-pi1 table tr:hover {
    background-color: inherit;
}
.tx-typo3forum-pi1 table td {
    border: 0;
    vertical-align: top;
}

.tx-typo3forum-pi1 .tx-typo3forum-pi1__topic-list td {
    border-bottom: 1px solid #CCC;
}
.tx-typo3forum-pi1 .tx-typo3forum-pi1__topic-list td:not(:nth-child(2)) {
    text-align: center;
}
.tx-typo3forum-pi1 .tx-typo3forum-pi1__topic-list th:nth-child(2) {
    text-align: left;
}

.tx-typo3forum-pi1 .tx-typo3forum-pi1__topic-list a {
    text-decoration: none;
}
.tx-typo3forum-pi1 .tx-typo3forum-pi1__topic-list td:nth-child(2) a {
    font-weight: bold;
}



/* Posts */
.tx-typo3forum-pi1__post-list {

}

/* Topic Overview */
.tx-typo3forum-pi1 ul.nav-pills {
    display: none;
}

.tx-typo3forum-pi1 .forum_menu ul {
    list-style: none;
    margin-left: 0;
}

#col-center .tx-typo3forum-pi1 .forum_menu ul li {
    background: none;
    margin-left: 0;
    padding-left: 0;
}

.tx-typo3forum-pi1 .forum_menu ul li:last-child {
    display: none;
}

/* New Topic */
.tx-typo3forum-pi1 .newTopic legend {
    margin-bottom: 0.5rem;
}

.tx-typo3forum-pi1 .newTopic input[type=text],
.tx-typo3forum-pi1 .newTopic textarea {
    width: 100%;
}

/* Topic Overview */
#col-center .tx-typo3forum-pi1 table a,
#col-center .tx-typo3forum-pi1 table a:visited {
    text-decoration: none;
    color: #005a93;
}

#col-center .tx-typo3forum-pi1 table a:hover {
    color: #008abb;
    text-decoration: underline;
}

/* Topic detail view */
#col-center .tx-typo3forum-pi1 .headerRow {
    background: #005A93;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#col-center .tx-typo3forum-pi1 .headerRow .tx-typo3forum-topic-show-post-date {
    color: #fff;
    font-style: normal;
}

#col-center .tx-typo3forum-pi1 .headerRow .postMenu {
    text-align: right;
    list-style: none;
    margin-bottom: 0;
}

#col-center .tx-typo3forum-pi1 .headerRow .postMenu:after {
    content: '';
    clear: both;
    display: table;
}

#col-center .tx-typo3forum-pi1 .headerRow .postMenu li {
    background-image: none;
    float: left;
    display: inline-block;
}

#col-center .tx-typo3forum-pi1 .headerRow .postMenu li a{
    color: #fff;
}

#col-center .tx-typo3forum-pi1 .singlePostItem {
    margin-bottom: 25px;
}

#col-center .tx-typo3forum-pi1 .singlePostItem hr {
    margin: 5px 0;
}

#col-center .tx-typo3forum-pi1 .uneditable-input {
    min-height: 30px;
    line-height: 22px;
}

/* Topic List Menu */
#col-center .topic_list_menu ul li {
    float: left;
    background: none;
}

#col-center .topic_list_menu ul li:last-child {
    display: none;
}

#col-center .topic_list_menu ul li a {
    text-decoration: none;
}

#col-center .topic_list_menu ul li a:hover {
    text-decoration: underline;
}