@font-face {
    font-family: 'Roboto-Regular';
    src: url("../woff/roboto-regular.woff");
}


#content {
    padding-top: 135px;
}

#content h6 {
    font-weight: 600;
    font-size: 34px;
    font-family: 'Roboto-Regular';
}

#content p {
    font-size: 16px;
    font-family: 'Roboto-Regular';
}

#content ul li {
    font-size: 16px;
    margin-left: 29px;
    font-family: 'Roboto-Regular';
    margin-bottom: 8px;
}

#content ul {
    list-style-type: none;
    color: #000;
}

#content ul li:before {
    content: '\2013';
    position: absolute;
    margin-left: -27px;
}

.submission_text li {
    font-size: 16px;
    margin-left: 29px;
    font-family: 'Roboto-Regular';
    list-style-type: decimal;
}

.submission_text li:before {
    content: none !important;
}

#content h5 {
    font-weight: 600;
    font-size: 34px;
    font-family: 'Roboto-Regular';
}

.guide_text li:before {
    content: none !important;
}

.guide_text li::marker {
    font-size: 23px;
}

.guide_text ul li {
    margin-left: 50px !important;
    margin-bottom: 0 !important;
}

a {
    text-decoration: none !important;
}