.surveyResults .row {
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 20px;
    border-bottom: 3px solid #ddd;
}
p{
    font-size: 18px;
}
.surveyResults .row:nth-child(odd) {
  background: #f4f2f2;
}

.surveyResults .row:nth-child(even) {
  background: #e1e2e1;
}
/*td.incorrectAnswer {
    background: #ff8080;
}
td.correctAnswer {
    background: #82f582;
}*/
.form-group {
    margin-bottom: 20px;
}
.moudleTitle{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #f62f60;
}
label.title {
    font-weight: bold;
    margin-bottom: 10px;
}
.table-quizResult tr th{
    width: 40%;
    padding: 20px 15px;
}
.table-quizResult tr td{
    padding: 20px 15px;
}
.table-quizResult tr {
    background-color: transparent;
    border-bottom: 1px solid rgba(191,195,200,0.6);
}
td.correctAnswer {
    vertical-align: middle;
}
td.incorrectAnswer{
    vertical-align: middle;
}
.correctAnswer span {
    background: rgba(79, 173, 81, 0.16);
    font-weight: bold;
    padding: 8px 20px;
}
.incorrectAnswer span {
    background: rgba(251, 49, 49, 0.12);
    font-weight: bold;
    padding: 8px 20px;
}
.incorrectTxt{
    font-size:12px;
    margin-top: 10px;
    margin-bottom: 0px; 
}
.incorrectTxt span {
    background: transparent;
    margin-top: 5px;
}
.titleRow td{
    padding: 20px 15px 0;
    vertical-align: middle;
    margin: 0;
}
.titleRow .moudleTitle {
    border-bottom: 0px;
    color: #f62f60;
    padding-bottom: 0;
    margin-bottom: 0;
}
.header {
    background: #e3e3e3;
    padding: 30px;
    margin-bottom: 50px;
}
.logo img {
    width: 250px;
}
.pageTitle {
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.footer {
    text-align: center;
    background: #ddd;
    padding: 50px;
    margin-top: 80px;
}
.tagline {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: bold;
}
div#quizScore {
    font-size: 25px;
}
.crtAns{
    padding:0 0px 0 1px !important;
}
.main{
    padding-bottom: 200px;
}
.btn-download {
    width: 400px;
    clear: both;
    margin-top: 50px;
}
.btn-download a {
    background: #f62f60;
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: 500;
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
}
.btn-download a:nth-child(2) {
    background: #1c6fec;
    margin-top: 20px;
}