body
{
    font-size: 16px;
}

.centeralign
{
    text-align: center;
}

.centeralign:first-child
{
    border-bottom: 3px solid #c22;
}

.greyborder
{
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.flexlogo
{
    margin: 20px 0 0;
    width: 300px;
}

.container-fluid h2
{
    margin: 20px 0;
    color: #c22;
    font-weight: bold; 
}

p{
    margin: 15px 0;
    line-height: 1.5em;
}

.redd
{
    color: red;
}

.clickhere
{
    color: #c22;
}

.clickhere:hover
{
    color: #c22;
     text-decoration: underline;
     cursor: pointer;
}

button
{
    display: block;
    background: #c22;
    color: #fff;
    outline: none;
    border: 0;
    padding: 10px 20px;
    margin-top: 20px;
}

a:hover
{
    text-decoration: none;
}


.quality
{
       max-width: 100%;
}

.registry{font-size: 20px;margin-bottom: 1%;text-align:center;}

.reg_report{font-size: 20px;margin-top: 1%;text-align:center;font-weight: 700;color:#333;padding-bottom: 1%;}