#question_box
{
  font: "Abel", Arial, sans-serif;
  font-size: 17px;
  margin-bottom: 15px;
  padding: 8px;
}

@media (max-width: 623px) 
{
    #question_box
    {
        font-size: 13px;
    }
}

#answer_1, #answer_2, #answer_3, #answer_4
{
  font: "Abel", Arial, sans-serif;
  font-size: 15px;
  white-space: normal;
}

@media (max-width: 623px) 
{
    #answer_1, #answer_2, #answer_3, #answer_4 
    {
        font-size: 13px;
    }
}

#answer_4
{
  margin-bottom: 15px;
}

@media (max-width: 623px) 
{
    .help-block
    {
        font-size: 13px;
    }
}

#golden_border
{
  border: 7px solid #FFD700;
  border-radius: 7px; 
  box-shadow: 10px 10px 5px #888888;
  margin-bottom: 20px;
}

#facebook_button
{
  margin-bottom: 10px;
}
 
.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.grow:hover, .grow:focus, .grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}  

#try_again
{ 
  background-color: #5CB85C;
  margin-bottom: 10px;
  margin-right: 10px;
}

#answers
{ 
  background-color: #E78525;
  margin-bottom: 10px;
  margin-right: 10px;
}

.banner1 
{
  text-align: center;
}

 #refresh
{
  heigth: 23px;
  width: 23px;  
}

.fade_in
{
  text-align: center;
      -webkit-animation: fadein 8s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 8s; /* Firefox < 16 */
        -ms-animation: fadein 8s; /* Internet Explorer */
         -o-animation: fadein 8s; /* Opera < 12.1 */
            animation: fadein 8s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
}


@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@media screen and (max-device-width: 992px)
{

  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default 
  {
      background-color: #fff;
      border-color: #ccc;
      color: #333;
  }
}