.enlarged{
  /*  transform:scale(2);   */
}

.geo-summary{
    padding:15px;
    border: 1px solid #999;
    border-radius: 3px;
}
.summary-header{
    margin-top: 30px;
}

.fixwid{
    max-width:200px;
}

.buy-button{
    margin-top:20px;
}
#conts-selected{
    margin-top: 30px;
}

#zone-sale-settings input{
    background: #eee;
}

.lgi{
    width:300px;
}

.mgi{
    width:100px
}
.unshown{
    display:none!important;
}

.flex-int{
    display:flex;
}

.smi{
    width:40px;
}

.flexed-zone-picker{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.flex-left{
    display:flex;
    justify-content: flex-start;
}
.flex-col{
    display:flex;
    flex-direction: column;
}
.large-select option{
    font-size: 1.3em;
}
.ad_sales_q{
    background: #eee;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 15px;
    margin: 15px 0;
    max-width:600px;
}

.ad_sales_q p{
    margin-top:20px;
    font-weight:bold;
    font-size: 1.2em;
}
.ad_sales_q input[type="text"]{
    width:100%;
}


.flexed-responsive-picker{
    display:flex;
    flex-direction: column;
    text-align:left;
    max-width: 450px
}

.flexed-responsive-picker select{
     max-width:450px;
}

.flexed-responsive-picker input[type="file"]{
    line-height: 1;
}
.price{
    font-size:2em;
    font-weight:bold;
}