@import url("theme.css");
 
h2 {
    color: #1F497d;
    padding-bottom: 10px;
    border-bottom: medium solid #1F497d;
}

h3, h3 > a.toc-backref {
    color: #3377CC !important;
}

.release {
    display: block;
    text-align: right;
    color: #3377CC;
}

.wy-nav-content {
max-width:100%;
height:auto;
}

.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: normal;
    word-break: normal;
}

.red {
    color: #C60000;
}

.yellow {
    display: block;
    padding-left: 5px;
    background-color: #FFFF99;
}

#theTableBlock table tr:nth-child(n) td:nth-child(1)  {
    background-color: #FFFF99;
}

#theTableBlock2 table tr:nth-child(-n+9) td:nth-child(1)  {
    background-color: #FFFF99;
}

.strike {
    text-decoration: line-through;
}

.command {
    display: block;
    padding-left: 5px;
    background-color: #d3d3d3;
}