body {
    color: #2d2d2d;
    /*font-size: 85%;*/
    font-family: Arial, Helvetica, sans-serif;
}

form fieldset {
    display: inline-block;
}

form label, form input[type="submit"] {
    margin: 0 0 0 1em;
}

.no-margin {
    margin: 0;
}

a.no-link-style, a:hover.no-link-style, a:focus.no-link-style, a:active.no-link-style {
    text-decoration: none;
    color: inherit;
}

ul li {
    line-height: 1.5;
}

table.env {
    border-collapse: collapse;
}

table.env tr.header td {
    font-weight: bold;
    background: #a1a9d3;
}
table.env tr:nth-child(even) { background: #CCC; }

table.env td {
    border: 1px solid grey;
    padding: 5px 5px 5px;
}

.panel.signin {
    display: inline-block;
}

.bg-success {
    border: 5px solid green;
    padding: 5px;
    display: inline-block;
}
.bg-warning {
    border: 5px solid red;
    padding: 5px;
    display: inline-block;
}


.warning {
    color: red;
    font-size: x-large;
    font-weight: bold;
}

.success {
    color: green;
    font-size: x-large;
    font-weight: bold;
}
