/*
Project: 15-16_18
Activity: Unit 7: Aquinas Natural Law
Author: Richy Thomas
Palette: Color: Primary Colour: #606C88 , Secondary Colour: #3F4C6B
*/

.myQ {
 font-size: 20px;
 margin-bottom: .5em;
}

.btnAns {
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #CCC;
  cursor: pointer;
  display: block;
  font-size: 16px;
  margin-bottom: 2px;
  padding: 15px 25px;
}

.btnAns i {
  margin-right: 10px;
}

.selAnswer {
  background-color: cadetblue;
  color: #FFF;
}

.btnAns:hover {
  background-color: cornflowerblue;
  color: azure;
}

.icon {
  font-size: 20px;
  text-align: center;
}

.green {
  color: green;
}

.red {
  color: red;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  vertical-align: middle;
}

.table>thead>tr>th {
    font-size: 18px;
}

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 10px;
}

#btnPrint {
  display: none;
}

#btnReset {
  display: none;
}

/* Tablet */
@media(min-width: 768px){



}

/* Desktop */
@media(min-width:992px){



}

/* Large Desktop */
@media(min-width:1200px){



}


@media print {


}