.reftable {
    margin: 25px;
}

.reftable table {
    border-collapse: collapse;
    width: 100%;
}

.reftable td {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 0.5em;
}

.reftable td.mode {
    font-family: Georgia, Verdana, Arial, "Times New Roman";
    font-size: 150%;
    text-align: center;
    color: #1d1d1d;
}

.reftable p.title {
    font-family: Georgia, Verdana, Arial, "Times New Roman" !important;
    font-size: 125%;
}

.reftable .type {
    font-size: 70%;
    margin-left: 2em;
}

.reftable strong {
    color: maroon;
    text-shadow: 0 1px 1px dimgray;
}

.reftable .example {
    margin: 1em 25px;
    background: #ccc;
    padding: 0.1em 0;
    border: 1px solid #333;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 2px 2px 2px gray;
}

.ssgetcode {
    font-family: Consolas, "Courier New", Courier, "Lucida Console";
    color: maroon;
}