body {
    padding-top: 41px;
}

form {
    background-color: #fafafa;
    margin: 20px 0;
    padding-top: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

legend {
    display: none;
}

form button#btnConvert {
    margin-bottom: 10px;
}

.help-block {
    color: #cccccc;
}

.fileupload .uneditable-input {
    /*cursor: not-allowed;*/
}

.customerror {
    color: #b94a48;
}

.customerror {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.customerror :focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.alert span {
    cursor: pointer;
    font-size: 0.8em;
    text-decoration: underline;
}

.alert span:hover,
.alert span:focus
{
    text-decoration: none;
}

pre {
    background-color: #000000;
    color: #adff2f;
}

footer {
    background-color: #000000;
    color: #999999;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    margin-top: -20px;
    padding: 10px 0 0 0;
}

ul li {
    list-style: none;
}