html, body {
    margin: 0;
    padding: 0;
    font-family: Muli, 'Trebuchet MS', Verdana, Tahoma, Arial;
    font-size: 1em;
    color: #222629;
    background-color: #fff;
}
div.wrapper {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
div.container {
    margin: 0 auto;
    margin-top: 100px;
    padding: 3em;
    max-width: 960px;
    background-color: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.10);
    border-radius: 6px;
}
h1 {
    margin: 0.25em 0;
    font-size: 2.25em;
    font-weight: normal;
    font-size: 1.70em;
}
h2 {
    margin: 0.25em 0;
    font-size: 0.85em;
    font-weight: normal;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul {
    padding-top: 1.00em;
}
li {
    margin: 1.25em 0;
}
label {
    display: block;
    width: 100%;
    margin-bottom: 0.25em;
    font-weight: bold;
    color: #999;
}
input {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #999;
    font-size: 1.25em;
    color: #000;
    background-color: #fff;
}
input[type=submit] {
    display: block;
    width: 180px;
    padding: 0.6em;
    border: 1px solid #999;
    background-color: #ddd;
    color: #000;
    cursor: pointer;
    transition: 0.2s ease;
}
input[type=submit]:hover {
    background-color: #cfcfcf;
    border-color: #777;
    transform: scale(1.03);
}
a {
    font-size: 0.75em;
    color: inherit;
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: underline;
}

#progress {
    border: 1px solid #ccc;
    display: none;
    float: left;
    height: 14px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: -moz-linear-gradient(#66cc00, #4b9500);
    background: -ms-linear-gradient(#66cc00, #4b9500);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66cc00), color-stop(100%, #4b9500));
    background: -webkit-linear-gradient(#66cc00, #4b9500);
    background: -o-linear-gradient(#66cc00, #4b9500);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00', endColorstr='#4b9500');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00', endColorstr='#4b9500')";
    background: linear-gradient(#66cc00, #4b9500);
}
#speed, #remaining {
    float: left;
    width: 100px;
}
#remaining {
    margin-left: 25px;
}
#b_transfered {
    float: right;
    text-align: right;
}
#upload_response {
    text-align: center;
}

span.OK, span.NO {
    font-weight: bold;
}
span.OK {
    color: green;
}
span.NO {
    color: red;
}
.clear {
    clear: both;
}
