﻿.hiddenforprint
{
    width: 0px !important;
    display: none !important;
}
body
{
    width:6.5in;
    background-color: White !important;
    margin: 0px!important;
    padding: 0px !important;
    font: 12px Arial;
    height: 100%;
    color: #464b4e;
    text-align: center;
}

/* We need these guys to still print! Use List Item Hack*/
.SmallPinStyleApartment
{
    position: relative;
    top: -16px;
    display: list-item;
    list-style-image: url("../images/orangePin.png");
    list-style-position: inside;
    width: 32px;
    height: 32px;
    text-align: center;
    letter-spacing: -1000em;
    font-size: 1pt;
    color: #fff;
}
.SmallPinStyleSearch
{
    position: relative;
    top: -16px;
    background-image: url("../images/orangePin.png");
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    text-align: center;
}


