﻿image {
    padding: 5px;
}

.address {
    font-size: x-large;
    font-weight: bold;
}

.description {
    font-size: larger;
    font-style: italic;
}

.hiddencol {
    display: none;
}

.tbl td {
    padding: 5px;
}

.moneypanel {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    border: solid;
    border-color: #31708F;
    border-width: 1px;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.chkList input {
    margin-left: -10px;
}

.chkList td, label {
    padding-left: 10px;
}

.map_container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}

    .map_container .map_canvas {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0;
    }

.button__pink {
    background: #DC0064;
    color: #FFFFFF !important;
}

    .button__pink:hover {
        background: #ececec;
        color: #dc0064 !important;
        text-decoration: none !important;
        -webkit-transition: all .3s ease-in-out !important;
        -moz-transition: all .3s ease-in-out !important;
        transition: all .3s ease-in-out !important;
    }
