﻿.forrester {
    position: fixed !important; border: medium none; margin-top: 0px;
    display: block;
    background-color: transparent !important;
    cursor: pointer;
    bottom: 155px;
    z-index: 99999990;
    height: auto !important;
    height: 35px !important;
    min-height: 35px !important;
    max-height: 35px !important;
    width: 125px !important;
    max-width: 125px !important;
    min-width: 125px !important;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: -85px;
    outline: none !important;
    -webkit-transition: right .75s;
    -moz-transition: right .75s;
    -ms-transition: right .75s;
    transition: right .75s;
}
.forrester .forrester_button {
    height: 35px;
    min-height: 35px !important;
    max-height: 35px !important;
    width: 125px !important;
    min-width: 125px !important;
    max-width: 125px !important;
    background: #ed1c24;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.forrester .forrester_button-text {
    color: #ffffff;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    font-weight: normal !important;
    cursor: pointer;
}


