html, body {
  width: 100%;
  font-family: Lato;
}

.quiz-question {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 100px;
  font-size: 32px;
  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-radius: 0;
    text-transform: uppercase;
}

.quiz-button.btn:hover {
  background-color: #e3722e;
  color: #fff;
}

.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: 60px;
  font-weight: 300;
  margin-top: 100px;
  margin-bottom: 30px;
}

.results-ratio {
  margin: 20px auto;
  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: #ccc;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
}
.progress-circles li.dark{
  background: #e3722e;
}


.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;   
}