.ssaBanner {
    all:initial;
}

.ssaBannerVertical {
    width:150px;
    height:auto;
}

.ssaContainer {
    box-sizing: border-box;
    height:200px;
    margin-bottom:10px;
    width:100%;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:14px;
    line-height:20px;
    color:#333;
}

.ssaContainerAll {
    height:auto;
}

.ssaContainerVertical {
    width:150px;
    height:auto;
}

.ssaContainer div {
    box-sizing: border-box;
}

.ssaContainer h4 {
    margin-top:10px;
    margin-bottom:120px;
    font-family:inherit;
    font-weight:500;
    font-size:14px;
    line-height:1.2;
    color:inherit;
}

.ssaContainer h5 {
    margin-top:0px;
    margin-bottom:0px;
    font-family:inherit;
    font-weight:500;
    font-size:14px;
    line-height:1.2;
    color:inherit;
}

.ssaContainer small {
    font-size:85%;
    font-weight:400;
    line-height:1;
    color:#777;
}

.ssaContainer a {
    background-color:transparent;
    color:#337ab7;
    text-decoration:none;
}

.ssaHeader {
    height:30px;
    width:100%;
    background-color:gray;
    text-align:center;
}

.ssaHeaderText {
    line-height:30px;
    font-weight:bold;
    color:white;
}

.ssaHeaderLeft {
    float:left;
    margin-left:15px;
}

.ssaHeaderCenter {
    margin-left:auto;
    margin-right:auto;
}

.ssaHeaderRight {
    float:right;
    margin-right:15px;
}

.ssaAdThumbs {
    overflow:hidden;
    margin-left:15px;
    margin-right:15px;
    white-space:normal;
    text-align:center;
}

.ssaAdThumbsAll {
    white-space:normal;
    margin:5px;
    text-align:left;
}

.ssaAdThumbsVertical {
    margin:0px 5px 0px 5px;
}

.ssaSeeAll {
    display:inline-block;
    max-height:20px;
}

.ssaAddBiz {
    display:inline-block;
    float:right;
    max-height:20px;
}

.ssaAdThumbStretch {
    width:100%;
    display:inline-block;
    font-size:0;
    line-height:0
}

.ssaAdThumb {
    display:inline-block;
    border:0px dotted #fefefe;
    border-color:#dddddd;
    vertical-align:top;
    max-width:140px;
    max-height:140px;
    margin-left:10px;
    margin-right:10px;
    padding-left:10px;
    padding-right:10px;
    max-width:147px;
    max-height:147px;
    width:147px;
    height:147px;
    white-space:normal;
    overflow:hidden;
    position:relative;
    cursor:pointer;
}

.ssaAdThumbAll {
    margin:10px;
}

.ssaAdThumbVertical {
    display:block;
    margin:10px 0px 10px 0px;
}

.ssaAdThumbHeading {
    width:100%;
    overflow:hidden;
    text-align:center;
    font-weight:bold;
    font-size:14px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.1;
    display:block;
}

.ssaAdThumbImgDiv {
    text-align:center;
    height:85px;
    width:100%;
    position:absolute;
    left:0px;
    bottom:15px;
}

.ssaAdThumbImg {
    display:inline;
    max-width:100%;
    max-height:100%;
    border:none;
    border-radius:0;
}

.ssaFadeBackground {
    position:fixed;
    left:0;
    top:0;
    z-index:99;
    display:none;
    opacity:0.5;
    background:#000;
    width:100%;
    height:100%;
}

.ssaPopupIframe {
    display:none;
    position:fixed;
    top:10%;
    left:10%;
    width:80%;
    height:80%;
    background:white;
    z-index:99999999;
    overflow:hidden;
}

.ssaPopupIframeWrapper {
    width:100%;
    height:100%;
    -webkit-overflow-scrolling:touch;
    overflow:auto;
}

.ssaPopupIframeWrapper > iframe {
    width:100%;
    height:100%;
}

.ssaPopupIframeClose {
    position: absolute;
    top: 0px;
    right: 0px;
}

.ssaAdPopup {
    display:none;
    visibility:hidden;
    position:fixed;
    left:0;top:0;right:0;bottom:0;
    margin:auto;
    width:335px;
    height:335px;
    z-index:100;
}

.ssaAdPopupInner {
    visibility:visible;
    position: relative;
    top:-10%;
    border:solid gray 3px;
    background:#ffffff
}

.ssaAdPopupClose {
    position:absolute;
    top:3px;
    right:3px;
    display:block;
    z-index:101;
    font-size:smaller;
}

.ssaAdPopupContainer {
    display:inline-block;
    overflow:hidden;
    vertical-align:top;
    width:310px;
    height:330px;
    margin:10px;
}

.ssaAdPopupContainer h4, h5 {
    margin:0px;
}

.ssaPopupAddBiz
{
    width:310px;
    height:330px;
    margin:auto;
    position:relative;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.9) 100%,rgba(255,255,255,0.9) 100%), url("bg.png");
    background-size:40px 40px;
    background-repeat:space repeat;
}
.ssaPopupAddBizIntro
{
    display:inline-block;
    margin:20px;
    height:150px;
}
.ssaPopupAddBizIntro > p
{
    color:#0561A2;
    text-align:justify;
    font-size:14px;
    font-family:Verdana, Geneva, sans-serif;
}
.ssaPopupAddBizPitch
{
    position:absolute;
    bottom:140px;
    width:100%;
    color:#0561A2;
    text-align:center;
}
.ssaPopupAddBizPitchIntro, .ssaPopupAddBizPitchPrice, .ssaPopupAddBizPitchPost
{
    display:inline-block;
    margin:3px auto 2px auto;
    font-family:Verdana, Geneva, sans-serif;
    font-size:26px;
    letter-spacing:1px;
}
.ssaPopupAddBizPitchPrice
{
    font-size:18px;
    letter-spacing:0px;
}
.ssaPopupAddBizPitchPriceTerm
{
    color:#30C5F4;
}
.ssaPopupAddBizBtns
{
    position:absolute;
    bottom:10px;
    margin-bottom:17px;
    width:100%;
}
.ssaPopupAddBizBtnCreate, .ssaPopupAddBizBtnLogin
{
    display:block;
    margin:8px auto 5px auto;
    padding:4px 40px 4px 40px;
    border:0px;
    border-radius:5px;
    background-color:#0561A2;
    color:#fafafa;
    font-size:20px;
    letter-spacing:1px;
}
.ssaPopupAddBizBtnLogin
{
    padding-left:60px;
    padding-right:60px;
    background-color:#30C5F4;
}
.ssaPopupAddBizPowered
{
    position:absolute;
    right:3px;
    bottom:3px;
    height:40px !important; //needed for bad wp style
}

.ssaPopupSimple {
    
}

.ssaPopupHead {
    height:85px;
}

.ssaPopupHeadAddr {
    box-sizing:border-box;
    width:100%;
    overflow:hidden;
    margin:0px;
    text-align:center;
    position:relative;
}

.ssaPopupHeaderAddr h5 {
    
}

.ssaPopupFbLink {
    position:absolute;
    left:0px;
    bottom:34px;
}

.ssaPopupFbLink img {
    max-width:20px;
    max-height:20px;
}

.ssaPopupTwLink {
    position:absolute;
    left:0px;
    bottom:12px;
}

.ssaPopupTwLink img {
    max-width:20px;
    max-height:20px;
}

.ssaPopupHeadImg {
    float:left;
    box-sizing:border-box;
    width:40%;
    max-width:40%;
    overflow:hidden;
    margin:0px;
    text-align:center;
}

.ssaPopupHeadImg img {
    max-height:100px;
    max-width:100px;
}

.ssaPopupBodyImgs {
    height:155px;
    text-align:center;
    position:relative;
}

.ssaPopupBodyImgs img {
    display:inline;
    max-height:155px;
    max-width:300px;
    border:none;
    border-radius:0;
}

.ssaPopupBodyImgsPrev {
    position:absolute;
    top:60px;
    left:0;
    padding:0px 3px 4px 3px;
    font-size:x-large;
    cursor:pointer;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
    color:#f5f5f5;
    background-color:rgba(0, 0, 0, 0.2);
}

.ssaPopupBodyImgsNext {
    position:absolute;
    top:60px;
    right:0;
    padding:0px 3px 4px 3px;
    font-size:x-large;
    cursor:pointer;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
    color:#f5f5f5;
    background-color:rgba(0, 0, 0, 0.2);
}

.ssaPopupText {
    margin-top:3px;
    height:85px;
    text-align:center;
    overflow-y:auto;
}

.ssaPopupText h5 {
    
}
