p, span, h3 {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial;
    background-color: #f5f5f5;
    /*background: url(../../__branding/paper.png);*/
    background-size: auto auto;
    background-size: cover;
    color: #5c5c5c;
}

#univ_name {
    list-style: none;
    overflow: hidden;
}

#univ_name h1 {
    font-size: 30px;
    margin-top: 20px;
    color: #5c5c5c;
}


#univ_course {
    font-size: 20px;
    margin: 0 0 6px 0;
    color: #b43636;
}

#main-content {
    position: relative;
    border: 4px solid #939393;
    text-align: left;
    background-color: #fff;
}

#main-content::before {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    border-width: 0 40px 40px 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #939393 #939393;
    background: #f5f5f5;
    display: block;
    width: 0;
    -webkit-box-shadow: -3px 3px 1px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: -3px 3px 1px 0px rgba(0,0,0,0.11);
    box-shadow: -3px 3px 1px 0px rgba(0,0,0,0.11);
}

#main_wrapper {
    width: 600px;
    margin: 20px auto;
    font-size: 14px;
    line-height: 200%;
}

#title-area {
    padding: 15px 20px 15px 20px;
    border-bottom: 4px solid #939393;
    background: none repeat scroll 0% 0% #fff;
}

#company-logo {
    margin-bottom: -15px;
    margin-left: -15px;
}

#inner-content {
    padding: 20px;
    line-height: 140%;
}

#inner-content h3{
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: 2px;
}

#inner-content ul {
    list-style-type: square;
}

#inner-content li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.important {
color: #b43636;
}