/**
* fonts
*/
@font-face { 
    font-family: Kabel-Book; 
    src: url('/fonts/seer/KabelLTStd-Book.otf'); 
    font-weight:normal;
    font-style:normal;
}

/**
* infographic styles
*/
#google-monopoly .gvb-outter-wrapper{
    background-color: #3fa9f5;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#google-monopoly .gvb-inner-wrapper{
    background-color:#000;
}
#google-monopoly header,.gvb-header{
    margin:0 auto;
    position:relative;
}
#google-monopoly table#gvb-main-table{
    width:100%;
    font-family:Kabel-Book,Tahoma;
}
#google-monopoly table#gvb-main-table thead{
    font-size:0.75em;
    color:white;
    line-height:1.3em;
}
#google-monopoly table#gvb-main-table thead td{
    border-left:1px solid #000;
    border-right:1px solid #000;
}
#google-monopoly table#gvb-main-table thead div{
    border:1px solid #fff;
    line-height:1.3em;
/*    margin-left:1px;*/
    padding-top:2px;
}#google-monopoly 

table#gvb-main-table tbody{
    background: #fff;
}
#google-monopoly table#gvb-main-table td{
    text-align:center;
    vertical-align: middle;
    text-transform: uppercase;
}
#google-monopoly table#gvb-main-table .gvb-row-title{
    border:1px solid black;
    vertical-align: middle;
    background-color:white;
} 
#google-monopoly table#gvb-main-table .gvb-row-title-inner{
    position: relative;
}
#google-monopoly table#gvb-main-table .gvb-days-count{
    border:1px solid black;
    background-color:white;
}
#google-monopoly table#gvb-main-table .gvb-amount-bar{
    background-color: #3fa9f5;
    border-bottom: 1px solid #50b2f5;
    vertical-align: top;
/*    position:relative;*/
}
#google-monopoly table#gvb-main-table .gvb-amount-bar a{
    text-decoration:none;
/*    display:block;*/
    color:#000;
}
#google-monopoly table#gvb-main-table .gvb-first-body-row{
    border-top:1px solid #000;
}
#google-monopoly table#gvb-main-table tbody{
    font-size:1em;
}
#google-monopoly .gvb-smaller-title{
    font-size:0.78em;
}
#google-monopoly .gvb-bar{
    margin-left:-1px;
    background:#235d87;
    position:relative;
    float:left;
}
#google-monopoly .gvb-bar-top{
    width:100%;
    position:absolute;
    left:1px;
    top:0;
}
#google-monopoly .gvb-left-gent{
    position:absolute;
    left:3%;
    bottom:1px;
    display:none;
}
#google-monopoly .gvb-right-gent{
    position:absolute;
    right:1%;
    bottom:1px;
    display:none;
}
#google-monopoly .gvb-top-heading{
    position:absolute;
    left:50%;
    top:4.2%;
}
#google-monopoly .gvb-top-subheading{
    position:absolute;
    left:50.2%;
    top:30.2%;
}
#google-monopoly .gvb-left-cards{
    position:absolute;
    left:23%;
    top:47.1%;
}
#google-monopoly .gvb-right-cards{
    position:absolute;
    right:22.4%;
    top:47.7%;
}
#google-monopoly .gvb-left-card{
    position:absolute;
    left:12.4%;
    top:40.6%;
}
#google-monopoly .gvb-right-card{
    position:absolute;
    right:11.3%;
    top:39%;
}
#google-monopoly .gvb-more-info{
/*    float:right;*/
    display:none;
    z-index:1000;
    position:absolute;
    font-size:0.75em;
    line-height:3em;
}
#google-monopoly table#gvb-main-table .gvb-amount-bar:hover .gvb-more-info{
    display:block;
}
#google-monopoly table#gvb-main-table .gvb-amount-bar:hover .gvb-bar{
/*    display:none;*/
}
#google-monopoly .gvb-left-info{
    position:absolute;
    left:2%;
    top:26.5%;
}
#google-monopoly .gvb-right-info{
    position:absolute;
    right:2%;
    top:26.5%;
}
#google-monopoly .gvb-amount-bar-cont{
    position:relative;
}
#google-monopoly .gvb-script-hack{
    width:100%;
}
#google-monopoly .gvb-flip-smaller{
    font-size:0.6em;
    width:100%;
    padding-top:8px;
    height:38px;
}
#google-monopoly .gvb-flip-bigger{
    width:100%;
    padding-top:15px;
    height:31px;
}
#google-monopoly .gvb-quest-icon{
    position:absolute;
    right:-3%;
    top:6%;
}
#google-monopoly .gvb-tooltip {
    outline:none; 
}
#google-monopoly .gvb-tooltip strong{
    line-height:30px;
}
#google-monopoly .gvb-tooltip:hover{
    text-decoration:none;
} 
#google-monopoly .gvb-tooltip span {
    z-index:1000;
    display:none; 
    padding:60%;
    width:1000%; 
    font-size:0.68em;
    line-height:1.1em;
    border-radius:4px;
    position:absolute; 
    color:#111;
    border:1px solid #555; 
    background:#fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 2px 2px 5px #777;
    -webkit-box-shadow: 2px 2px 5px #777;
    box-shadow: 2px 2px 5px #777;
    min-height:15px;
}
#google-monopoly .gvb-tooltip:hover span{
    display:inline; 
}
#google-monopoly .gvb-callout {
    z-index:20;
    position:absolute;
    top:4px;
    border:0;
    left:-12px;
}
#google-monopoly .gvb-smaller-title .gvb-tooltip span {
    font-size:0.85em;
}
#google-monopoly .gvb-more-info-source{
    display: block;
    font-size: 0.9em;
    margin-top: -38%;
    text-transform: lowercase;
}
#google-monopoly .gvb-more-info-bing .gvb-more-info-source{
    display: block;
    font-size: 0.9em;
    margin-top: -39%;
    text-transform: lowercase;
}



/* == 600px version == */
@media all and (max-width: 749px){
    .gvb-outter-wrapper{
        padding:7px;
        width:586px;
		font-size:16px;
    }
    #google-monopoly .gvb-inner-wrapper{
        padding:15px;
    }
    #google-monopoly header,.gvb-header{
        background: url('https://assets.franchisegator.com/images/seer/600/background.jpg') no-repeat center center;
        width:556px;
        height:218px;
    }
    #google-monopoly table#gvb-main-table{
        margin-top:1px;
    }
    #google-monopoly table#gvb-main-table .gvb-row-title{
        height:46px;
        width:157px;
    }
    #google-monopoly table#gvb-main-table .gvb-row-title-inner{
        padding:0 11px;
        padding-top:15px;
        height:31px;
    }
    #google-monopoly table#gvb-main-table .gvb-row-title-inner.line-2{
        padding-top:8px;
        height:38px;
    }
    #google-monopoly table#gvb-main-table .gvb-row-title-inner.line-2-sml{
        padding-top:11px;
        height:35px;
    }
    #google-monopoly table#gvb-main-table .gvb-days-count{
        width:46px;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-01{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/600/bar-bgs/01.png') -1% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-02{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/600/bar-bgs/02.png') 12% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-03{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/600/bar-bgs/03.png') 1% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-04{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/600/bar-bgs/04.png') 4% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-05{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/600/bar-bgs/05.png') 8% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-06{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/600/bar-bgs/06.png') -1% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-07{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/600/bar-bgs/07.png') -7% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-08{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/600/bar-bgs/08.png') -1% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-09{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/600/bar-bgs/09.png') -3% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-10{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/600/bar-bgs/10.png') -5% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-11{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/600/bar-bgs/11.png') 1% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-12{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/600/bar-bgs/12.png') 1% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-13{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/600/bar-bgs/13.png') 5% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-14{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/600/bar-bgs/14.png') 2% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-15{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/600/bar-bgs/15.png') -12% top repeat-x;
    }
    #google-monopoly .gvb-bar{
        height:39px;
        margin-top:5px;
    }
    #google-monopoly .gvb-bar-top{
        height:35px;
        background: transparent url('https://assets.franchisegator.com/images/seer/600/bar-top-bg.jpg') left top repeat-x;
    }
    #google-monopoly .gvb-left-gent{
        width:100px;
        height:170px;
        background: url('https://assets.franchisegator.com/images/seer/600/left-gent-x.png') left top no-repeat;
    }
    #google-monopoly .gvb-right-gent{
        width:100px;
        height:160px;
        background: url('https://assets.franchisegator.com/images/seer/600/right-gent-x.png') left top no-repeat;
    }
    #google-monopoly .gvb-top-heading{
        margin-left:-206x;
    }
    #google-monopoly .gvb-flip-container .front{
        height:31px;
        padding-top:15px;
    }
    #google-monopoly .gvb-left-cards{
        background: transparent url('https://assets.franchisegator.com/images/seer/600/left-cards.png') left top no-repeat;
        width:138px;
        height:75px;
    }
    #google-monopoly .gvb-right-cards{
        background: transparent url('https://assets.franchisegator.com/images/seer/600/right-cards.png') left top no-repeat;
        width:139px;
        height:76px;
    }
    #google-monopoly .gvb-left-card{
        width:199px;
    }
    #google-monopoly .gvb-right-card{
        width:198px;
    }
    #google-monopoly .gvb-more-info-bing{
        background: transparent url('https://assets.franchisegator.com/images/seer/600/more-info-bing.png') left top no-repeat;
        width:74px;
        height:39px;
        right:0px;
    }
    #google-monopoly .gvb-more-info-google{
        background: transparent url('https://assets.franchisegator.com/images/seer/600/more-info-google.png') left top no-repeat;
        width:75px;
        height:39px;
        right:74px;
        padding-left:2px;
    }
    #google-monopoly .gvb-more-info-bing,.gvb-more-info-google{
        top:0px;
    }
    #google-monopoly .gvb-left-info{
        width:6px;
        height:81px;
        background: url('https://assets.franchisegator.com/images/seer/600/left-more-info.png') left top no-repeat;
    }
    #google-monopoly .gvb-right-info{
        width:7px;
        height:81px;
        background: url('https://assets.franchisegator.com/images/seer/600/right-more-info.png') left top no-repeat;
    }
    #google-monopoly .gvb-quest-icon{
        width:13px;
        height:13px;
        background: url('https://assets.franchisegator.com/images/seer/600/question.png') left top no-repeat;
        right:1%;
        top:4%;
    }
    #google-monopoly .gvb-tooltip span {
        margin-left:17px;
        margin-top:-10px;
    }
    #google-monopoly .gvb-top-subheading{
        margin-left:-126px;
    }
}

/* == 700px version == */
@media all and (max-width: 899px) and (min-width:750px){
    .gvb-outter-wrapper{
        padding:9px;
        width:732px;
		font-size:20px;
    }
    #google-monopoly .gvb-inner-wrapper{
        padding:19px;
    }
    #google-monopoly header,.gvb-header{
        background: url('https://assets.franchisegator.com/images/seer/750/background.jpg') no-repeat center center;
        width:694px;
        height:273px;
    }
    #google-monopoly table#gvb-main-table{
        margin-top:1px;
    }
    #google-monopoly table#gvb-main-table .gvb-row-title{
        height:57px;
        width:200px;
        padding:0 9px;
    }
    #google-monopoly table#gvb-main-table .gvb-row-title-inner{
        padding:0 15px;
        padding-top:20px;
        height:37px;
    }
    #google-monopoly table#gvb-main-table .gvb-row-title-inner.line-2{
        padding-top:10px;
        height:47px;
    }
    #google-monopoly table#gvb-main-table .gvb-row-title-inner.line-2-sml{
        padding-top:14px;
        height:43px;
    }
    #google-monopoly table#gvb-main-table .gvb-days-count{
        width:57px;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-01{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/750/bar-bgs/01.png') -1% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-02{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/750/bar-bgs/02.png') 12% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-03{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/750/bar-bgs/03.png') 1% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-04{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/750/bar-bgs/04.png') 4% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-05{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/750/bar-bgs/05.png') 8% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-06{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/750/bar-bgs/06.png') -1% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-07{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/750/bar-bgs/07.png') -7% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-08{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/750/bar-bgs/08.png') -1% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-09{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/750/bar-bgs/09.png') -3% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-10{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/750/bar-bgs/10.png') -5% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-11{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/750/bar-bgs/11.png') 1% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-12{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/750/bar-bgs/12.png') 1% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-13{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/750/bar-bgs/13.png') 5% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-14{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/750/bar-bgs/14.png') 2% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-15{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/750/bar-bgs/15.png') -12% top repeat-x;
    }
    #google-monopoly .gvb-bar{
        height:49px;
        margin-top:6px;
    }
    #google-monopoly .gvb-bar-top{
        height:43px;
        background: transparent url('https://assets.franchisegator.com/images/seer/750/bar-top-bg.jpg') left top repeat-x;
    }
    #google-monopoly .gvb-left-gent{
        width:125px;
        height:210px;
        background: url('https://assets.franchisegator.com/images/seer/750/left-gent-x.png') left top no-repeat;
    }
    #google-monopoly .gvb-right-gent{
        width:123px;
        height:199px;
        background: url('https://assets.franchisegator.com/images/seer/750/right-gent-x.png') left top no-repeat;
    }
    #google-monopoly .gvb-top-heading{
        margin-left:-258px;
    }
    #google-monopoly .gvb-flip-container .front{
        height:33px;
        padding-top:17px;
    }
    #google-monopoly .gvb-left-cards{
        background: transparent url('https://assets.franchisegator.com/images/seer/750/left-cards.png') left top no-repeat;
        width:173px;
        height:94px;
    }
    #google-monopoly .gvb-right-cards{
        background: transparent url('https://assets.franchisegator.com/images/seer/750/right-cards.png') left top no-repeat;
        width:173px;
        height:95px;
    }
    #google-monopoly .gvb-left-card{
        width:248px;
    }
    #google-monopoly .gvb-right-card{
        width:248px;
    }
    #google-monopoly .gvb-more-info-bing{
        background: transparent url('https://assets.franchisegator.com/images/seer/750/more-info-bing.png') left top no-repeat;
        width:92px;
        height:48px;
        right:0px;
    }
    #google-monopoly .gvb-more-info-google{
        background: transparent url('https://assets.franchisegator.com/images/seer/750/more-info-google.png') left top no-repeat;
        width:95px;
        height:49px;
        right:92px;
        padding-left:2px;
    }
    #google-monopoly .gvb-more-info-bing,.gvb-more-info-google{
        top:0px;
    }
    #google-monopoly .gvb-left-info{
        width:8px;
        height:101px;
        background: url('https://assets.franchisegator.com/images/seer/750/left-more-info.png') left top no-repeat;
    }
    #google-monopoly .gvb-right-info{
        width:8px;
        height:101px;
        background: url('https://assets.franchisegator.com/images/seer/750/right-more-info.png') left top no-repeat;
    }
    #google-monopoly .gvb-quest-icon{
        width:16px;
        height:16px;
        background: url('https://assets.franchisegator.com/images/seer/750/question.png') left top no-repeat;
    }
    #google-monopoly .gvb-tooltip span {
        margin-left:18px;
        margin-top:-8px;
    }
    #google-monopoly .gvb-top-subheading{
        margin-left:-157px;
    }
    #google-monopoly .gvb-more-info-source{
        display: block;
        font-size: 0.9em;
        margin-top: -39%;
        text-transform: lowercase;
    }
    #google-monopoly .gvb-more-info-bing .gvb-more-info-source{
        display: block;
        font-size: 0.9em;
        margin-top: -40%;
        text-transform: lowercase;
    }
}



/* == 900px version ==*/
@media all and (max-width: 30000px) and (min-width:900px){
    .gvb-outter-wrapper{
        padding:11px;
        width:878px;
		font-size:24px;
    }
    #google-monopoly .gvb-inner-wrapper{
        padding:22px;
    }
    #google-monopoly header,.gvb-header{
        background: url('https://assets.franchisegator.com/images/seer/900/background.jpg') no-repeat center center;
        width:834px;
        height:327px;
    }
    #google-monopoly table#gvb-main-table{
        margin-top:1px;
    }
    #google-monopoly table#gvb-main-table .gvb-row-title{
        height:69px;
        width:236px;
        padding:0 11px;
    }
    #google-monopoly table#gvb-main-table .gvb-row-title-inner{
        padding:0 11px;
        padding-top:23px;
        height:46px;
    }
    #google-monopoly table#gvb-main-table .gvb-row-title-inner.line-2{
        padding-top:12px;
        height:57px;
    }
    #google-monopoly table#gvb-main-table .gvb-row-title-inner.line-2-sml{
        padding-top:16px;
        height:53px;
    }
    #google-monopoly table#gvb-main-table .gvb-days-count{
        width:69px;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-01{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/900/bar-bgs/01.png') -1% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-02{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/900/bar-bgs/02.png') 12% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-03{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/900/bar-bgs/03.png') 1% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-04{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/900/bar-bgs/04.png') 4% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-05{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/900/bar-bgs/05.png') 8% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-06{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/900/bar-bgs/06.png') -1% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-07{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/900/bar-bgs/07.png') -7% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-08{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/900/bar-bgs/08.png') -1% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-09{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/900/bar-bgs/09.png') -3% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-10{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/900/bar-bgs/10.png') -5% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-11{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/900/bar-bgs/11.png') 1% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-12{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/900/bar-bgs/12.png') 1% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-13{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/900/bar-bgs/13.png') 5% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-14{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/900/bar-bgs/14.png') 2% top repeat-x;
    }
    #google-monopoly table#gvb-main-table .gvb-bar-15{
        background: #3fa9f5 url('https://assets.franchisegator.com/images/seer/900/bar-bgs/15.png') -12% top repeat-x;
    }
    #google-monopoly .gvb-bar{
        height:59px;
        margin-top:8px;
    }
    #google-monopoly .gvb-bar-top{
        height:52px;
        background: transparent url('https://assets.franchisegator.com/images/seer/900/bar-top-bg.jpg') left top repeat-x;
    }
    #google-monopoly .gvb-left-gent{
        width:150px;
        height:252px;
        background: url('https://assets.franchisegator.com/images/seer/900/left-gent-x.png') left top no-repeat;
    }
    #google-monopoly .gvb-right-gent{
        width:148px;
        height:240px;
        background: url('https://assets.franchisegator.com/images/seer/900/right-gent-x.png') left top no-repeat;
    }
    #google-monopoly .gvb-top-heading{
        margin-left:-310px;
    }
    #google-monopoly .gvb-flip-container .front{
        height:39px;
        padding-top:20px;
    }
    #google-monopoly .gvb-left-cards{
        background: transparent url('https://assets.franchisegator.com/images/seer/900/left-cards.png') left top no-repeat;
        width:207px;
        height:113px;
    }
    #google-monopoly .gvb-right-cards{
        background: transparent url('https://assets.franchisegator.com/images/seer/900/right-cards.png') left top no-repeat;
        width:208px;
        height:114px;
    }
    #google-monopoly .gvb-left-card{
        width:298px;
    }
    #google-monopoly .gvb-right-card{
        width:298px;
    }
    #google-monopoly .gvb-more-info-bing{
        background: transparent url('https://assets.franchisegator.com/images/seer/900/more-info-bing.png') left top no-repeat;
        width:111px;
        height:58px;
        right:0px;
    }
    #google-monopoly .gvb-more-info-google{
        background: transparent url('https://assets.franchisegator.com/images/seer/900/more-info-google.png') left top no-repeat;
        width:114px;
        height:58px;
        right:111px;
        padding-left:2px;
    }
    #google-monopoly .gvb-more-info-bing,.gvb-more-info-google{
        top:0px;
    }
    #google-monopoly .gvb-left-info{
        width:9px;
        height:121px;
        background: url('https://assets.franchisegator.com/images/seer/900/left-more-info.png') left top no-repeat;
    }
    #google-monopoly .gvb-right-info{
        width:10px;
        height:122px;
        background: url('https://assets.franchisegator.com/images/seer/900/right-more-info.png') left top no-repeat;
    }
    #google-monopoly .gvb-quest-icon{
        width:19px;
        height:19px;
        background: url('https://assets.franchisegator.com/images/seer/900/question.png') left top no-repeat;
    }
    #google-monopoly .gvb-tooltip span {
        margin-left:19px;
        margin-top:-6px;
    }
    #google-monopoly .gvb-top-subheading{
        margin-left:-189px;
    }
}

#google-monopoly .btn {
    position: relative;
    height: 20px;
    box-sizing: border-box;
    padding: 1px 12px 1px 12px;
    background-color: #1d9bf0;
    color: #fff;
    border-radius: 9999px;
    font-weight: 500;
    cursor: pointer;
}

#google-monopoly .btn i {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent 0 0 no-repeat;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

#google-monopoly .btn-o{
    width: 73px !important;
    max-width: 100%;
}