body {
    font-family:  Sans-Serif;  
    height: 100%;
    margin: 0 
}

.title {
    font-size: medium;
    color: aliceblue;
}

.transparent {
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}

.icon_bottom_right {
  position: fixed;
  top: 100%;
  left: 100%;
  margin-top: -100px;
  margin-left: -100px;
}

.content {
    justify-content: center;
}

/* Remove the map close button */
.gm-style-iw > button {display: none !important;}

.sale_list {
    margin-bottom: 46px;
}

.sale_block {
    margin-top: 5px;
    border-style: solid; 
    border-width: 1px; 
    border-color: #27b1f4; 
    padding: 4px;
    visibility: hidden;
}

.sale_title {
    font-size: 21px;
}

.sale_desc {
    font-size: normal;
    color: #555555;
}

.sale_address {
    font-size: smaller;
    font-style: italic;
    color: #555555;
}

.viewed_text {
    text-align: right; 
    font-size:smaller; 
    color:27b1f4;
}

.sale_date {
    text-align: right;
}

.star_button {
    font-size: x-large;
    text-align: right;
    color: #27b1f4;
}

.post-your-sale {
    color: white;
    background-color: #27b1f4;
    padding: 24px;
    margin-top: 40px;
}

.app-details {
    background-color: #E7F4FD;
    padding: 12px;
    color: black;
}

.app-description {
    display:flex; 
    align-items:center;
    margin:12px;
}
