* {
    background: #000 !important;
    color: #fff !important;
    text-shadow: none !important;
    border: none !important;
}




input, textarea, .input-group-addon {
    color: #fff !important;
    background: #000 !important;
    background-color: #000 !important;
    border: 1px solid #fff !important;
    border-bottom-style: solid !important;
    border-width: 1px !important;
    border-color: #fff !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}




a, a>*, button, button>*, select, .btn-nav, input[type="submit"], input[type="button"], .calendar-month-navigation span span {
    color: #ff0 !important;
    box-shadow: none !important;
    border-radius: 4px !important;
}
a:visited, a:visited>*, button:visited, button:visited>*, .btn-nav:visited, input[type="submit"]:visited, input[type="button"]:visited {
    color: #0f0 !important;
}
a:hover, a:hover>*, button:hover, button:hover>*, select:hover, .btn-nav:hover, input[type="submit"]:hover, input[type="button"]:hover, .calendar-month-navigation:hover span span {
    background: #ff0 !important;
    background-color: #ff0 !important;
    color: #000 !important;
    box-shadow: none !important;
    border-radius: 4px !important;
    text-decoration: none;
}
a:visited:hover, a:visited:hover>*, button:visited:hover, button:visited:hover>*, .btn-nav:visited:hover, input[type="submit"]:visited:hover, input[type="button"]:visited:hover {
    background: #0f0 !important;
}
a, button, button.close, select, .btn-nav, input[type="submit"], input[type="button"],
article .title-link h2, .calendar-month-navigation span span {
    border: 1px solid #ff0 !important;
    border-bottom-style: solid !important;
    border-width: 1px !important;
    border-color: #ff0 !important;
}
a:visited, a:visited>*, button:visited, button:visited>*, .btn-nav:visited, input[type="submit"]:visited, input[type="button"]:visited,
article .title-link:visited h2 {
    border-color: #0f0 !important;
}
.title-link {
    border: none !important;
}
a:focus, a:focus>*, button:focus, button:focus>*, .btn-nav:focus, input[type="submit"]:focus, input[type="button"]:focus, input:focus, textarea:focus {
    outline: 5px solid #ff0 !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #000 inset !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}



.header-bg, .banner-container {
    display: none;
}
.newest-content, .newest-title {
    color: #fff !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}
