body {
  padding: 35px;
  font-family: 'prompt' !important;
  background-color: white;
  color: #2a20d6;
}

a {
  color: red !important;
}

.info {
  font-size: 20px;
}

#msg {
  padding: 20px;
  padding-left: 50px;
  margin-bottom: 50px;
}

.group {
  display: flex;
  width: 365px;
  height: 50px;
  margin: auto;
  background-color: #ff8b71;
  padding: 10px;
  padding-bottom: 0px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.osdi {
  display: flex;
  width: 280px;
  height: 50px;
  margin: auto;
  background-color: #ff8b71;
  padding: 10px;
  padding-bottom: 0px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.groupScore {
  background-color: white;
  height: 30px;
  width: 200px;
  margin-left: 30px;
  margin-right: 0;
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 50px;
  /* border-bottom: 20px solid rgba(#ffffff, 0); */
}

.osdiScore {
  background-color: white;
  height: 30px;
  width: 120px;
  margin-left: 30px;
  margin-right: 0;
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 50px;
}

.result-text {
  display: inline;
  margin: 20px;
  margin-top: 0px;
  margin-bottom: 50px;
  padding-top: 10px;
  font-size: 20px;
}

.result-br {
  height: 10px;
}

h4 {
  font-size: 18px;
  margin: 5px;
  margin-bottom: 0px;
  margin-top: 20px;
  color: #2a20d6;
}

.result {
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
}

br {
  margin: 0px;
}

.singleQuestion {

}

.optionRadio {
  height: 15px;
  width: 15px;
  border-radius: 5px;
}

.optionRadio2 {
  margin-right: 25px;
}

.question {
  padding: 10px;
  margin: 10px;
  border-color: black;
  border-width: 5px;
}

.bigtopic {
  border-left: 50px solid #d1d6ff;
  border-right: 50px solid #202aff;
  padding: 20px;
  text-align: left;
}

.bigtopic-lines {
  display: block;
  background-color: #a2acff;
  width: 100%;
  height: 50px;
}

label {
  font-size: 20px;
  padding: 10px;
  padding-right: 20px;
}

#a1:checked #b1:checked #c1:checked #d1:checked #e1:checked #f1:checked #g1:checked #h1:checked #i1:checked #j1:checked #k1:checked #l1 {
  background-image: none;
  background-size: 35px 40px;
  background-repeat: repeat;
}

#a1:checked #b1:checked #c1:checked #d1:checked #e1:checked #f1:checked #g1:checked #h1:checked #i1:checked #j1:checked #k1:checked #l1:checked {
  background-image: url("https://blognumbers.files.wordpress.com/2010/09/4.jpg") !important;
  background-size: 35px 40px;
  background-repeat: repeat;
}

input[type=radio] {
  display: block;
  padding: 0px;
  vertical-align: middle;
  border-radius: 0px;
  -webkit-appearance: none;
  border: 2px solid #fff;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
}

input[type=radio]:checked {
  background-image: none !important;
  background-color: white;
}

button {
  padding: 20px;
  padding-left: 35px;
  padding-right: 35px;
  margin-left: 50px;
  border-radius: 100px;
  font-size: 15px;
  border: 3px solid;
  border-color: #0024ff;
  background-color: #e7e7ff;
  color: #0024ff;
}

button:hover {
  padding: 20px;
  padding-left: 35px;
  padding-right: 35px;
  margin-left: 50px;
  border-radius: 100px;
  font-size: 15px;
  border: 3px solid;
  background-color: #0024ff;
  border-color: #0024ff;
  color: #e7e7ff;
  animation-name: btnHover;
  animation-duration: 0.5s;
}

@keyframes btnHover {
  from {background-color: #e7e7ff;}
  to {background-color: #0024ff;}
}

.tableOption, .tableOption2 {
  background-color: #9ea0ff;
  border-left: 5px solid;
  border-right: 5px solid;
  border-color: #ffffff;
}

span {
  font-size: 20px !important;
}

.tableOption:hover,.tableOption2:hover {
  background-color: #8e90ff;
}

input[type=button] {
  width: 200px;
  height: 100px;
  border-radius: 100px;
  font-size: 18px;
}

#btn, #interpret, #info {
  font-size: 20px !important;
}

table {
  margin-top: 10px;
  margin-bottom: 50px;
  width: 80%;
  align-self: center;
  text-align: center;
  border: 2.5px solid;
  border-color: #0024ff;
  border-collapse: collapse;
  color: #2a20d6;
}

td  {
  text-align: left;
  border-top: 1px solid;
  border-color: #0024ff;
  border-collapse: collapse;
  margin: 5px;
}

td:hover  {
  text-align: left;
  background-color: #efeeff;
  border-top: 1px solid;
  font-size: 15px;
  border-collapse: collapse;
  margin: 5px;
}

th {
  text-align: center;
  font-size: 15px;
}
