
#app_body #header .app-title {
    font-weight: normal;
    font-size: 2em;
    color: #26aae1;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#app_body #header .company-name, #app_body #header .location, #app_body #header > a {
    display: none;
}

#app_body #content ul {
  margin-bottom: 25px;
}

#app_body #content ul > li {
    font-size: 0.875em;
    margin-bottom: 15px;
    color: #303135;
    letter-spacing: 1px;
}

#app_body #content ul > li:last-child {
    margin-bottom: 0;
}

#app_body #content ul > li ul {
}

#app_body #content ul > li ul li {
    margin-bottom: 10px;
    position: relative;
}

#app_body #content ul > li ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
    margin-right: 10px;
}

#app_body #content p {
    font-size: 1em;
}

#app_body #content p strong {

}

#app_body #content p strong:last-child {
    margin-bottom: 0;
}


#app_body #content h3 {
    font-size: 15px;
    margin-bottom: 20px;
}

#app_body #content h3 strong {
    font-size: 15px;
    margin-bottom: 20px;
}

#app_body #content ol li {
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: bold;
}

#app_body #content h3 strong:last-child {
    margin-bottom: 0;
}