/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}
 
/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {
    height: 600px; 
}

/* Set gray background color and 100% height */
.sidenav {
    padding-top: 20px;
    background-color: #f1f1f1;
    height: 100%;
}

/* Set black background color, white text and some padding */
footer {
    background-color: #555;
    color: white;
    padding: 15px;
}

.horiz-ad {
    border:1px solid #aaa;
    color:#888;
    padding:5px;
    margin-top:15px;
}

#result_table {
    border:1px solid #666;
    width:100%;
    margin-top: 15px;
    margin-bottom:30px;
}

#result_table th {
    border-bottom: 1px solid #aaa;
    padding:4px;
    font-size: 10pt;
}
#result_table td {
    border-right:1px solid #aaa;
    border-bottom:1px solid #aaa;
    padding:4px;
    font-size: 10pt;
}

.prop_img img {
    height:100px;
    aspect-ratio: auto;
    margin-right:10px;
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .sidenav {
    height: auto;
    padding: 15px;
    }
    .row.content {height:auto;} 
}

.features {
    display: block;
    width:auto;
    min-width:200px;
    height: 120px;
    border:1px solid #aaa;
    padding:5px;
    overflow: auto;
}

#results {
    display: none;
}

.notes {
    width:400px;
    margin-right:20px;
}

.notes-parent {
    padding:5px;
}

#photobox {
    position:absolute;
    margin: auto;
    width:550px;
    height:400px;
    top:100px;
    left:200px;
}

tr.prop_img > td:nth-child(1) {
    padding-left:27px !important;
    /* border-left:3px solid red; */
}

.head-col {
    color:#888;
}

.prop-imgs {
    float:left;
    width:520px;
    height:120px;
    overflow-x: auto;
    overflow-y:hidden;
    border:1px solid #bbb;
    margin-bottom: 10px;
}
.prop-imgs-child {
    float:left;
    height:100px;
    width:750px;
}

.col-1-3 {
    width: 33%;
}

.top-parent {
    /* min-width: 1100px; */
    float: left;
}