
.module {
    color: #44c;
    background: none;
}

.push {
    margin-top: 20px!important;
}

ul.shy,
ul.shy li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

code {
    background: #eDe6d3;
    padding: 0 10px 3px!important;
    color: #384E55;
    border-radius: 5px;
}


.intro-ref {
    overflow: hidden;
    border: 1px solid #999!important;
    border-left: 0!important;
    border-right: 0!important;
    margin: 20px 0!important;
    padding: 20px 0!important;
}

.intro-ref p {
    /*float: left;*/
    /*width: 50%;*/
    text-align: center;
    font-size: 70%;
}

.intro-ref img {
    display: block!important;
    margin: 10px auto 0!important;
    border: 1px solid #000!important;
    box-shadow: none!important;
}

table.real-table {
    border-collapse: collapse;
}
table.real-table td,
table.real-table th {
    border: 1px solid #999;
    padding: 3px 5px;
}

.shell-output {
    padding: 5px 10px!important;
    background: #333;
    color: #eee;
}

.shell-command {
    color: #0e0;
    font-weight: bold;
}
