/*
 * Theme name:   RT Theme18 Child
 * Description:  RT-Theme Child Theme
 * Author:       Metaprofils.com
 * Template:     rttheme18
 * Text Domain:  rttheme18-child
 **/

@import url("../rttheme18/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
table.metaprofils {
  border: 1px solid #c0c0c0;
}

th.metaprofils-top-heading {
  text-align: center;
  background-color: #808080;
}

td.metaprofils-sub-heading {
  text-align: center;
  background-color: #c0c0c0;
}

td.metaprofils-question {
  text-align: left;
  background-color: #404040;
  color: #ffffff;
}

td.metaprofils-score {
  text-align: left;
  background-color: #ffffff;
  color: #0000f0;
}

td.metaprofils-total {
  text-align: center;
  background-color: #8080f0;
  color: #f0f000;
}
