@charset "UTF-8";
.goldButton {
	background-color: yellow;
	color: black;
}
.output-screen {
    color: white;
    background-color: black;
    height: 400px;
    overflow-x: scroll;
    font-size: 12px;
}

.output-wall {
    color: white;
    background-color: black;
    font-size: 18px;
}

body, td, th, input, label, li {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
}

.myLabel {
    text-shadow: 2px 2px 2px #ccc;
    float: left;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 5px;
    text-align: right;
    line-height: 25px;
    font-size: 15px;
}

.mySelect {
    width: 600px;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 25px;
}

.centralise {
    text-align: center;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 25px;
    background-color: #f5f5f5;
    top: auto;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand > img {
    height: 100%;
    padding: 5px 15px;
    width: auto;
}

.input {
    font-size: 16px;
    padding: 5px;
    margin: 5px;
    border: 1px solid #b9bdc1;
    width: 300px;
    color: #797979;
}

.input:focus {
    border: 1px solid orange;
}

/*#loginForm {*/
/*    margin: auto;*/
/*    width: 700px;*/
/*    padding: 20px;*/
/*    background: #f0f0f0;*/
/*    overflow: auto;*/
/*    !* Border style *!*/
/*    border: 1px solid #cccccc;*/
/*    -moz-border-radius: 7px;*/
/*    -webkit-border-radius: 7px;*/
/*    border-radius: 7px;*/
/*    !* Border Shadow *!*/
/*    -moz-box-shadow: 2px 2px 2px #cccccc;*/
/*    -webkit-box-shadow: 2px 2px 2px #cccccc;*/
/*    box-shadow: 2px 2px 2px #cccccc;*/
/*}*/

@media (max-width: 768px) {
    .btn-responsive {
        padding: 3px 6px;
        font-size: 80%;
        line-height: 1;
        border-radius: 3px;
        margin: 6px 3px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .btn-responsive {
        padding: 4px 9px;
        font-size: 90%;
        line-height: 1.2;
        margin: 4px 2px;
    }
}