.btn-info,.btn-primary {
    font-size: 20px;
}
.form-control{
    height:45px;
    font-size:15px
}
.help-block{
    float: right;
    margin-right: 15px;
}
.help {
    font-size: smaller;
}
.page-header {
    padding-bottom: 18px;
    margin: 40px 0 12px;
}
.logo {
    width: 100%;
    margin-bottom: 20px;
}
.lead {
    font-size: 18px;
    margin-bottom: 12px;
}
.footer {
    position: absolute;
    bottom: 0;
    padding-top: 15px;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 120px;
    color: #505662;
}
.footer a.brand {
    color: #505662;
}
.footer a.brand:hover {
    color: #393e46;
    text-decoration: none;
}
.footer .container {
    border-top: 1px solid #eee;
    padding-top: 45px;
}
/* Custom page CSS */
#progress-container {
    -webkit-box-shadow: none;
    box-shadow: inset none;
    display:none;
}
#drop_zone {
    border: 2px dashed #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-top: 60px;
    text-align: center;
    font: 20pt bold 'Helvetica';
    color: #bbb;
    height:140px;
}
#video-data {
    margin-top: 1em;
    font-size: 1.1em;
    font-weight: 500;
}
/* Bragit buttons, http://websemantics.github.io/bragit/ */
.ui.bragit.button,
.ui.bragit.buttons .button {
    background-color: #676f7e;
    color: #fff!important;
}
.ui.bragit.label {
    color: #505662!important;
    border-color: #676f7e!important;
    background-color: #ffffff;
}
.ui.bragit.button:focus,
.ui.bragit.buttons .button:focus,
.ui.bragit.button:hover,
.ui.bragit.buttons .button:hover {
    background-color: #505662;
}
.ui.bragit.labels .label:focus,
.ui.bragit.label:focus,
.ui.bragit.labels .label:hover,
.ui.bragit.label:hover {
    color: #505662!important;
    border-color: #505662!important;
}
.ui.labeled .ui.button .star.icon {
    color: #F5CC7A!important;
}

.massive-font{
    font-size: 30px;
    text-align: center;
}

.progress{
    height:50px;
    text-align:center;
}

.progress-bar {
    padding:15px;
}