﻿body {
    font-family: 'Segoe UI', 'Arial Narrow', Arial, sans-serif;
    margin: 20px;
    font-size: 11pt;
    font-weight: normal !important;
}

h1 {
    font-size: 15pt;
}

#accordion {
    text-align: left;
}

table {
    font-size: 1em;
}

.ui-draggable, .ui-droppable {
    background-position: top;
}

h1 {
    color: #569c49;
}

a {
    color: #569c49;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #569c49;
    background: #569c49;
    font-weight: normal;
    color: #ffffff;
}

