﻿body {
    margin: 0;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}


ul.styled {margin-left:0; padding-left: 1em;}

ul.styled li {list-style: disc outside none; }

a {
    color: inherit;
}

/******************* bootstrap overrides */

legend {
    border: 0;
    color: inherit;
}

.modal-dialog.mid {
    margin-top: 300px;
}


.glyphicon:hover {
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

label {
    font-weight: normal;
}

/*****************************************/