/* pipe tables style for the viewtopic */

.section-viewtopic .postbody table {
    width: 100%;
    max-width: 800px;
    border-collapse: collapse;
    font-weight: bold;
    color: #6b6b6b;
    margin-top: 20px;
}


.section-viewtopic .postbody table tr {
  height: 50px;
  background: #eeeeee;
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
}


.section-viewtopic .postbody table td {
  box-sizing: border-box;
  padding: 5px;
}


.section-viewtopic .postbody table thead tr {
    height: 30px;
    background: #63acb7;
    color: #f6f3f7;
    font-size: 8pt;
    border: 0px solid;
}


.section-viewtopic .postbody table thead tr th {
  padding: 5px;
}


.section-viewtopic .postbody table code {
    background-color: #fcfcfc;
}
