/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20.08.2015, 13:01:20
    Author     : WEBtn1119
*/

#wrapperA {
    width: 100%;
    margin-bottom: 160px;
}

#screen {
    position: relative;
    width: 60%;
    height: 100%;
    margin: 15px auto;
    text-align: center;
    background: #fff;
}

#display {
    height: 120px;
    margin-top: 40px;
    font-size: 3em;
}

#infobar {
    height: 15px;
    padding: 5px;
}

#scoreBar {
    margin: 0 auto;
    width: auto;
    overflow: hidden;
    font-size: 2em;
    padding: 5px;
}

#eval {
    float: left;
}

#pointCase {
    float: right;
}

#percentage {
    
}
#proper {
    min-height: 30px;
}

#properShow {
    margin-top: 15px;
    height: 30px;
    color: red;
}

#buttonBox {
    margin-top: 20px;
    float: none;
}

.responseBtn {
    background: #fff;
    width: 120px;
    height:30px;
    display: inline-block;
    margin: 10px;
    padding: 5px;
    border: 2px solid black;
    text-align: center;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
}

#amount {
    border:0;
    color:#f6931f;
    font-weight:bold;
}

#startButton {
    width: 150px;
    height: 50px;
    margin: 50px auto;
    background: #fff;
    border: 2px solid black;
    font-size: 30px;
}

.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}