/**
 * CSS rules for the client side of the Service Notes Plugin
 */
#its-service-notes-newscontainer {
    width: 100%;
    margin-top: 5px;
    border: 1px solid #999;
}

#its-service-notes-newscontainer  ul {
    list-style-type: none;
    margin: 1em;
}

#its-service-notes-newscontainer #its-service-notes-newsheader {
    width: 100%;
    text-align: center;
    color: #FFF;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #673398;
    border-bottom: 1px solid #999;
}