/* 1993 Old Skool BBS Style - Classic Cyan Edition */

body {
    background-color: #000000 !important;
    color: #00FFFF !important; /* Classic Cyan */
    font-family: "Courier New", Courier, monospace !important;
}

/* Force black on all containers */
.container, .panel, .panel-body, .well, .list-group-item {
    background-color: #000000 !important;
    border: 1px solid #00AAAA !important;
    color: #00FFFF !important;
}

.panel-heading, .list-group-item-heading {
    background-color: #0000AA !important; /* Classic Blue Header */
    color: #FFFFFF !important;
    border-bottom: 1px solid #00AAAA !important;
    font-weight: bold;
    text-transform: uppercase;
}

/* Links */
a {
    color: #FFFF00 !important; /* Classic Yellow Links */
    text-decoration: underline;
}

a:hover {
    color: #FFFFFF !important;
    background-color: #0000AA !important;
}

/* BUTTONS - Force Retro Look */
.btn, .btn-primary, .btn-default, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-block {
    background-color: #000000 !important;
    background: #000000 !important;
    color: #00FFFF !important;
    border: 2px solid #00FFFF !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    font-weight: bold;
}

.btn:hover, .btn:active, .btn:focus {
    background-color: #00FFFF !important;
    color: #000000 !important;
}

/* Navbar */
.navbar, .navbar-default {
    background-color: #0000AA !important;
    border-bottom: 2px solid #00AAAA !important;
}

.navbar-nav > li > a {
    color: #FFFFFF !important;
}

/* ASCII PRE blocks */
pre {
    background-color: #000000 !important;
    color: #FFFF00 !important;
    border: 1px solid #00AAAA !important;
}
