﻿.left-activities {
    vertical-align: top;
    text-align: left;
    background-color: lightgray;
    width: 500px;
    padding: 5px;
    border: 5px solid navy;
    margin: 5px;
}

.left-selector {
    vertical-align: top;
    text-align: left;
    background-color: lightgray;
    width: 150px;
    height: 150px;
    padding: 5px;
    border: 5px solid navy;
    margin: 5px;
}

.person-info {
    vertical-align: top;
    text-align: left;
    background-color: lightgray;
    padding: 5px;
    border: 2px solid navy;
    margin: 5px;
}

.rhs-res-photo {
    width: 170px;
    height: 220px;
    padding: 5px;
    border: 2px solid navy;
    margin: 5px;
}
.rhs-more-photo {
    padding: 5px;
    border: 2px solid navy;
    margin: 5px;
}

.photo {
    height: 110px;
    padding: 5px;
    border: 2px solid navy;
    margin: 5px;
}

.home-button {
    height: 25px;
    width: 50px
}

.rhs-photo-caption {
    text-align:center;
    width: 1200px;
    background-color: aliceblue;
}

.rhs-line-superlong {
    width: 600px;
}

.rhs-line-longer {
    width: 300px;
}

.rhs-line-half {
    width: 100px;
}

.rhs-line-veryshort {
    width: 33px;
}

.rhs-info-icon {
    width: 100px;
}


.rhs-table-details {
    vertical-align: top;
    padding: 0;
    margin: 0;
    border-spacing: 5px;
    border-collapse: separate;
}

.rhs-td-details-left {
    margin-top: 40px;
    vertical-align: top;
    border: 3px solid blue;
    padding: 5px;
}

.rhs-td-details-right {
    vertical-align: top;
    border: 3px solid blue;
    padding: 5px;
}

.rhs-td-resident-right {
    vertical-align: top;
    border: 3px solid blue;
    padding: 5px;
}

@media screen and (max-width:767px) {

    .rhs-table-details {
        border: 3px solid green;
    }

    .rhs-td-details-left {
        width: 150px;
    }

    .rhs-td-details-right {
        width: 500px;
    }

    .rhs-td-resident-right {
        width: 500px;
    }
}

@media screen and (min-width: 768px) {

    .rhs-table-details {
        border: 3px solid red;
        width: 100%;
    }

    .rhs-td-details-left {
        width: 250px;
    }

    .rhs-td-details-right {
        width: 750px;
    }

    .rhs-td-resident-right {
        width: 750px;
    }
}


@media screen and (min-height: 400px) {
    .rhs-header-visible {
        display: normal;
    }
}

@media screen and (max-height: 399px) {
    .rhs-header-visible {
        display: none;
    }
}


.rhs-div-details {
    margin-top: 20px;
}

.left-selector-selected {
    color: black;
    background-color: yellow;
    border: 1px solid darkcyan;
    padding: 2px;
    width: 100px;
    height: 100px;
}

.left-selector-unselected {
    color: darkcyan;
    /*background-color:Background;*/
    padding: 2px;
}

.rhs-textarea {
    width: 800px;
    height: 200px;
}

.rhs-table-interior {
    border: 1px solid black;
    vertical-align: top;
    padding: 5px;
    margin: 10px;
    border-spacing: 5px;
    border-collapse: separate;
}

.rhs-group-textarea-monospace {
    width: 95%;
    height: 200px;
    font-family: Courier New, Courier, monospace;
    font-size: smaller;
}

.rhs-td-interior {
    border: 1px solid white;
    padding: 5px;
}

.a-rhs-help div {
    max-width: 1000px;
}

.a-rhs-emphasis {
    font-style: italic;
    font-weight: bolder;
}
