﻿div.main h1 {
    display: none;
}

div.GeneralNotes {
    margin-left: 20px;
    margin-right: 380px;
}

div.Workstandards {
    width: 300px;
    padding-right: 20px;
    margin-left: 0px;
    float: right;
    padding-left: 50px;
}

div.GeneralNotes li {
    list-style-type: none;
}

div.Workstandards .rounded {
    margin: 0px 0px 15px -10px;
    background-color: #D5E0E2;
}

div.Workstandards .rounded .roundedContent {
    overflow-x: hidden;
    padding: 8px 15px 8px 15px;
}

div.GeneralNotes li ul li {
    list-style-type: disc;
}