.pure-menu-heading {
    font-size: 100%;
    text-transform: none;
}

.aijazodd {
    background-color: #e4e4e4;
}
.aijazodd>a {
    text-decoration: none;
    color: #222266;
}

.aijazeven {
    background-color: #eeeeee;
}
.aijazeven>a {
    text-decoration: none;
    color: #222266;
}

.aijazPaddedCell {
    padding: 1em !important;
    color: red;
    margin-top: 2em !important;
    margin-bottom: 2em !important;
}

.md-hidden {
    display: inline;
}
@media screen and (min-width: 48em) {
  div.md-hidden { display: none; }
}

.fl {
    float: left;
    margin-right: 1em;
}

.cb {
    clear: both;
}

label {
    font-weight: bold;
}

.itemcheck {
    margin-right: 0.5em;
}

label.item {
    font-weight: normal;
    display: inline;
}

div.itemHidden {
    display: none;
}

div.marginBottom {
    margin-bottom: 1em;
}

.vertPadding1 {
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.vertPadding2 {
    margin-top: 1em;
    margin-bottom: 0.5em;
}