a {
  text-decoration: none;
    color: #ff875e;
}

@media (min-width: 992px) {
    .col-md-5 {
        width: 37.66666667%;
    }
    
    .col-md-2 {
    width: 24.66666667%;
    }
}

.input-lg {
    font-size: 14px;
}

#account1, #account2 {
    border: 1px solid #807e7e4a;
    box-shadow: 0 0 20px 6px #a6a6a670;
    border-radius: 15px
}

.btn-success:focus, .btn-success:hover, .btn-danger:focus, .btn-danger:hover, .btn-default:focus, .btn-default:hover, .btn-default:focus, .btn-default:hover {
    background-position: 0;
}

.padd0 {
    padding-left: 20px;
    padding-right: 20px;
}

.progress-bar {
    font-size: 1.0em;
    line-height: 2.0;
}

.progress {
    height: 30px;
}

.btn-default {
    text-shadow: unset;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: unset;
}

.btn-default:hover {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #adadad;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}

pre {
white-space: pre-wrap;       /* css-3 */
white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;
border-radius: 10px;
padding: 20px 20px !important;
    
background-color: black;
color: lime;
border-top: 20px solid black;
border-bottom: 20px solid black;
border-right: 1px solid black;
border-left: 1px solid black;
box-shadow: 0 0 20px 10px #fff;
}

pre#output {
    min-height: 200px;
    max-height: 450px;
    display: flex;
    flex-direction: column-reverse;
}

pre#console, pre#abort {
    height: 200px;
    display: flex;
    flex-direction: column-reverse;
}

.btn:hover {
    background: #333;
    background-image: -webkit-linear-gradient(top, #858585, #000);
    background-image: -moz-linear-gradient(top, #858585, #000);
    background-image: -ms-linear-gradient(top, #858585, #000);
    background-image: -o-linear-gradient(top, #858585, #000);
    background-image: linear-gradient(to bottom, #858585, #000000);
    text-decoration: none;
}

p {
    margin: 20px 0;
}