body {
    padding-bottom: 32px
}
.title {
    padding-bottom: 20px;
}
.form-control[readonly] {
    cursor: text;
}
.feedback-container {
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 4;
}
.feedback {
    display: table;
    width: 100%;
}
.no-border {
    border: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
}
.readme-box {
    border: 2px solid #000;
    padding: 0px 20px;
}
.phrase-label {
    font-size: 16px;
    font-weight: bold;
    padding-top: 4px;
}
.phrase {
    word-break: keep-all;
}
.languages * {
    padding-left: 10px;
}
.textcenter {
    text-align: center;
}
.textright {
    text-align: right;
}
.missingWord {
    color: #A00;
}
.foundPhrase {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    padding-right: 160px;
    padding-top: 50px;
}
.donation-box {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 100%;
    padding-right: 160px;
    text-align: center;
}

.donation-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 150px;
}

.btn {
    border: 1px solid #000;
    font-size: 16px;
}

.start {
    width: 100%;
}

.greyed {
    background: #EEE;
}

.start-btn {
    background: #AFA;
}

.stop-btn {
    background: #FAA;
}

.progress-container {
    position: relative;
    min-height: 250px;
    border: 1px solid black;
    background: #EEE;
    box-shadow: none;
}

.progress-container .progress {
    background: #EEE;
    box-shadow: none;
    height: auto;
    width: 100%;
    margin-bottom: 0;
    min-height: 250px;
    padding: 10px;
}

.success {
    background: #EFE !important;
}

.fail {
    background: #FEE !important;
}

.disclaimer-text {
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
}

.bottomlinks {
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .bottomlinks:first-child {
        text-align: right;
    }
    .bottomlinks {
        text-align: left;
    }
}

@media only screen and (max-width: 560px) {
    .foundPhrase {
        padding-top: 30px;
        padding-right: 0px;
    }

    .donation-image {
        display: none;
    }

    .donation-box {
        padding-right: 20px;
    }
}