/* Custom Stylesheet */

body {
  background-color: #8608de;
}
h1 {
  font-size: 54px;
  font-weight: bold;
}
h2 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
}
h4 {
  color: #fff;
}
p {
  padding-bottom: 9px !important;
}

.AskBox {
    font-family: serif;
    font:times !important;
}
hr.flaired{
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color: #FFF;
    border-width: 2px 0 0 0;
    border-radius: 20px;
}
hr.flaired:before {
/* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: #FFF;
    border-width: 0 0 2px 0;
    border-radius: 20px;
}

hr.QAflaired{
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color: #bc70e0;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.QAflaired:before {
/* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: #bc70e0;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
