.gf-leasing-widget {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    margin-top: 12px;
    border: 1px #ed1c24 solid;
    border-radius: 3px;
    font-size: 12px;
    background-color: #ffffff;
    min-width: 300px;
    max-width: 650px;
    color: #222222;
}

.gf-leasing-widget .gf-logo {
    position: absolute;
    top: -12px;
    left: 15px;
    width: 73px;
    height: 24px;
    background-image: url("../images/gf.png");
    background-position: center center;
    background-color: 0;
}

.gf-leasing-widget .gf-main {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.gf-leasing-widget .gf-marquee {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 7px;
    margin-bottom: 3px;
}

.gf-leasing-widget .gf-marquee span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 40s linear infinite;
    -webkit-font-smoothing: subpixel-antialiased;
    zoom : 150%;
}

.gf-leasing-widget .gf-period-select {
    border: 1px #cccccc solid;
    background-color: #ffffff;
}

.gf-leasing-widget .gf-price {
    padding-right: 20px;
    font-size: 16px;
    color: #ed1c24;
    font-weight: bold;
}

.gf-hidden {
    display: none;
}

.gf-more-info {
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: bold;
    text-decoration: none;
    color: #ed1c24;
    background-color: #ffffff;
    font-size: 16px;
    padding: 3px 3px 3px 3px;
}

@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

.gf-info {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.gf-info table {
    width: 100%;
}

.gf-info table th {
    font-weight: normal;
    text-align: left;
}

.gf-info table td {
    text-align: right;
    font-weight: bold;
}

.gf-info table tr {
    line-height: 1.75em;
}

.gf-info table tr:nth-child(2n) {
    background: #ebebeb;
}