a,
a:visited,
a:active,
a:hover,
a.breadcrumb-link,
a.breadcrumb-link:visited,
a.breadcrumb-link:active,
a.breadcrumb-link:hover {
    color: #2471a3;
    font-weight: bold;
}

pre.mysql {
    background-color: #e1f5fe;
    font-size: 0.9em;
    padding: 1.5em;
}

pre.bash {
    background-color: #000000;
    color: #ffffff;
    font-size: 0.9em;
    padding: 1.5em;
}

table {
    border-collapse: collapse;
    font-size: .9em;
    margin: 1.2em 0em;
    text-align: center;
}

table thead th {
    border-bottom: 1px solid #666666;
    padding: .25em 1em;
}

table tbody td {
    border-bottom: 1px solid #dddddd;
    vertical-align: top;
    padding: .25em 1em;
}

table tbody tr:last-child td {
    border-bottom: 1px solid #666666;
}

#cookie {
    width: 100%;
}
