﻿body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 500px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: inherit
}

.login-jumbotron {
    background-color: #e9ecef;
}

.login-options {
    font-size: 12px;
}

.link {
    white-space: pre-wrap;
    word-wrap: break-word;
}
.highlight {
    font-weight: bold;
    color: #2c6a9f;
}
.p-one-span {
    font-size: smaller;
    font-style: italic;
    font-weight: 500;
}
.street-color {
    color: #ff0000
}
.p-left {
    padding-left: -15px;
}
.row-style {
    padding-left:5px;
    padding-bottom:5px;
    padding-top:10px;
}
.edit {
    color: #2c6a9f !important;

}
/* End of Ownership Styling */

.errorPageMsg {
    border: thick double #FF0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bold;
    position: absolute;
    width: 500px;
    height: 100px;
    top: 100px;
    left: 100px;
    table-layout: auto;
    empty-cells: show;
    text-align: center;
    background-color: #FF0000;
    color: #FFFF00;
}

.agreementStyle {
    line-height: 14px;
    font-size: 14px;
    padding-left: 10px;
}


@media screen and (min-width: 48em) {
    body {
        overflow-x: hidden;
    }
}

#sb205Content {
    display: none;
}