
.flag {
  max-width: 200px;
  border: 1px solid #aaa;
  margin: 10px;
}

.container {
  margin: 5px 0;
  padding: 5px;
  background: whitesmoke;
  border-radius: 0.2em;
  border: 1px solid #aaa;
}

.container:after {
  content: "";
  clear: both;
  display: block;
}

@media all and (min-width: 800px) {
  .flag {
    margin: 20px;
    max-height: 100px;
  }
}

@media all and (min-width: 1000px) {
  .container {
    margin: 10px 0;
    padding: 20px;
  }
}

.flags .dropimage {
  background-image: none;
  padding: 0;
  margin: 0;
}

.mybutton {
  background: #E26B0B;
}

.circle {
  border-radius: 50%;
  background-color: #E26B0B;
  border: 5px dot-dash #E26Bff;
  color: white;
  width: 140px;
  height: 140px;
  text-align: center;
  vertical-align: middle;
  padding: 26px;
  font-size: 1.3em;
  margin: 10px;
  float: left;
}

.circle b {
  display: block;
  font-size: 1.5em;
  font-weight: 901;
}

.circle + p {
  margin-left: 160px;
}

legend {
  font-size: 1.3em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

label.stack {
  margin-bottom: 2px;
}

.checkable {
  display: block;
}

article {
  margin-bottom: 10px;
}

article h4 {
  padding-bottom: 0;
}

article [type=radio] + .checkable:before,
article [type=radio] + .checkable:after {
  top: 0.8em;
}

.PageSend2 .stack {
  margin-bottom: 10px;
}

.correct,
.answer_0,
.answer_1 {
  margin-left: 1.6em;
}

.correct {
  font-style: italic;
}

.correct span {
  font-style: normal;
}

.answer_0 {
  color: red;
}

.answer_1 {
  position: relative;
}

.answer_1:before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 10px;
  width: 5px;
  border-bottom: 4px solid #78b13f;
  border-right: 4px solid #78b13f;
  left: -1.4em;
  top: 5px;
  position: absolute;
}

.result {
  border: 1px solid #aaa;
  border-radius: 0.2em;
  padding: 20px;
  text-align: center;
  margin: 30px 0;
}

.result.sorry {
  border-color: red;
}

.result.congratulation {
  border-color: #78b13f;
}

.result.sorry .info {
  color: red;
}

.result.congratulation {
  position: relative;
}

.result.congratulation:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg stroke='%232ca02c' stroke-width='1.3' fill='%23fff'%3E%3Ccircle cx='10' cy='10' r='8.5'/%3E%3Cpath d='M5.2,10 8.5,13.4 14.8,7.2'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 40px;
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-20px);
}

@media all and (min-width: 800px) {
  .results {
    margin: 0 5em;
  }
}

.results th:nth-child(2) {
  min-width: 5em;
}

.results .button {
  width: 100%;
  margin: 1px 0;
  padding: 2px 5px;
}

.results td {
  padding: 0 5px;
}

.results .button.result_0 {
  background-color: crimson;
}

.results .button.result_1 {
  background-color: forestgreen;
}
