﻿body {
}

.sectiontitle {
    font-weight: 300;
    color: crimson;
    font-size: x-large;
}

.panel {
    border-radius: 0px;
    border: none;
    box-shadow: none;
    background-color: transparent !important;
}

.biginfo {
    font-size: 18px;
    text-align: justify;
    line-height: 3em;
                font-weight: bold;
                    color: #3c5062;
}

.titleerroritem {
        font-size: 16px;
    color: #3c5062;
            font-weight: bold;
}

.panel-body > ul > li {
    padding: 10px;
    list-style: circle;
    letter-spacing: 1px;
    text-align:justify;
            font-size: 16px;
}

.panel-body > ul {
    padding: 0;
    margin-left: 17px;
}
