html, body {
  width: 100%;
}

.quiz-question {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 80px;
  font-family: Lato;
  font-size: 28px;
  margin-bottom: 20px;
}

.quiz-answers {
  text-align: center;
  width: 60%;
  margin: 0 auto;
  display: block;
  padding-bottom: 5px;
}

.sweet-alert button {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 400;
}
.quiz-button.btn {
  margin-top: 10px;
  background-color: #ddd; 
  border: 1px solid #000;
  border-radius: 0;
  text-transform: uppercase;
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
}

.quiz-button.btn:hover {
  background-color: #0096D2;
  color: #222;
}

.quiz-button.btn:not(:first-child) {
  margin-left: 10px;
}

.question-image {
  width: 100%;
}

.question-image img,
.results-ratio,
.results-social,
.quiz-title
{
  display: block;
  margin: 0 auto;
  text-align: center;
}

.results-ratio,
.results-social,
.quiz-title {
  max-width: 600px;
}

.question-image img {
  margin-top: 20px;

}
.results-social{
 display: table;
}
.correct-text {
  margin-top: 10px;
  font-style: italic;
  font-family: Georgia, serif;
}

.quiz-title {
  font-size: 42px;
  font-weight: 300;
  margin-top: 60px;
  margin-bottom: 30px;
}

.results-ratio {
  margin: 20px auto;
  font-family: Lato;
  font-size: 24px;
  font-weight: bold;
}

.results-social {
  margin-top: 30px;
}

.results-social a:not(:first-child) {
  margin-left: 20px;
}

.progress-circles {
  position: relative;
  padding: 0;
  margin: 0;
/*  left: 40px;*/
  margin-left: auto;
  margin-right: auto;
  top: 40px;
  display: none;
}

.progress-circles.show {
  display: block;
}

.show{
 display:table !important; 
}

.progress-circles li{
  list-style: none;
  display: inline-block;
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
}
.progress-circles li.dark{
  background: #1696d2;
}


.follow-tw {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(icons-s973202652e.png);
  background-position: 0 -993px;
  height: 32px;
  width: 32px;
}
.follow-tw:hover{
 background-position: 0 -1401px;   
}
.follow-fb {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(icons-s973202652e.png);
  background-position: 0 -1880px;
  height: 32px;
  width: 32px;
}
.follow-fb:hover{
 background-position: 0 -1433px;   
}

#quiz {
  height: 290px;
  display: block;  
  border: 1px solid #000;
  background-color: #dbb3ec;
  margin-bottom: 50px;
}