body {margin-top: 30px;}
.wcagrepair_text {
		font-family: Oakes-Light;
    font-size: 2rem;
    line-height: 2rem;
    /* margin-left: 10px; */
    /* flex-basis: 100%; */
    margin: 0 1rem;
    /* text-align: left; */
    /* display: inline-block; */
    display: flex;
    margin: 0 1rem;
    justify-content: center;
   color: black;
   background-color: inherit;
}

.wcagrepair_brand {
		position: relative;
    top: 2px;
    display: none;
}
.btn {
    font-size: 1.4rem;
    height: 25px;
    width: 12rem;
		display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .3rem;
    margin-right: 10px;
    letter-spacing: .3px;
    padding-top: 2px;
}
.dashboard input{
		display: inline-block;
    margin-left: 5px;}
.dashboard {
		position: fixed;
    top: 0;
    padding: 0px;
    left: 0;
    height: 31px;
    z-index: 1002;
    /* position: relative; */
    display: flex;
    /* float: left; */
    width: 100%;
    align-items: center;
    /* justify-content: space-between; */
    background: #fff;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 hsla(240,2%,57%,.5);
    /* height: 5.5rem; */
    z-index: 1003;
		}
		
/* Bootstrap Overrides */
a {color: unset;}
a:hover {color: unset; text-decoration: none;}
.btn-success {background-color: #178247; border-color: #178247;}
.btn-primary {background-color: #002164; border-color: #002164;}
.btn:hover {background-color: black; border-color: black; color: white;}

.pdp__shareDiv___3UtcD {margin-top: 2px;}
.property_details__row___h8C5K .property_details__tab___2KwkB {
    font-weight: bold;
}
    

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
		font-size: unset;
		margin-top: unset;
    margin-bottom: unset;
    font-weight: unset;
    line-height: unset;
}

@media screen and (max-width:570px){
.dashboard {justify-content: center;}
.wcagrepair_brand {display: none;}
.btn {
    font-size: 1.1rem;
    width: 9.5rem;
    padding: 5px;
		margin-right: 0px;
}
}