@import url('preloader.css');
@import url('bootstrap.css');
@import url('theme.css');

/* Start you custom CSS styling here 
------------------------------------------*/
.sub-response .success > .lead, .sub-response .success .failure{
    color: #fff;
}

.success ul{
    list-style: none;
    text-align: left;
}

#dLoadResponse .success .failure, #response .success .failure{
    color: #000;
}

.author-words h1{
    font-size: 200%;
}

.author-words .words{
    text-align:left;
}

.copy-text{
    color:#888;
}

.author .papers{
    padding:50px 100px 10px;
}  

.img-wrap{
    margin-bottom: 40px;   
}

.img-wrap img{
    margin: auto;
}

h3{
    text-align: center;
}
h3 small{
    font-size: inherit;
    display: inline;
}
.spinner{
    font-size:40px;
    text-align: center; 
    color:#bc3a4a; 
    margin: 0;
    padding: 0;
    height: 53px;
    display: none;
}

@media (max-width:990px){
    .spinner {font-size:28px;}
    .author .papers{padding:40px 60px 10px;}
    .author-words h1{font-size:20px;}
    .author-words .words{font-size:13px;text-align:left;}
}
@media (max-width:750px){
    .author-words .words{text-align:left;}
}

@media (max-width:450px){
    .spinner {font-size:24px;}
}

