.tppl-checkout_show_selected tr td {
font-size: 12px;
padding: 5px;
}
.tppl-checkout_show_selected tr td {
padding: 3px 6px;
color: white !important;
text-align: center;
border: none;
text-decoration: none;
font-size: 12px;
font-family: inherit;
cursor: pointer;
overflow: visible;
width: auto;
line-height: 12px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
white-space: nowrap;
background: #22134a;
font-weight: 200;
}.tppl-widget-iframe {
height: 100%;
width: 100%;
border: none;
overflow: hidden;
}
.tppl-popup-widget {
margin: 0;
padding: 0;
overflow: hidden;
}
.ui-dialog .ui-dialog-content{
padding: 10px 0 0 0!important;
}
.ui-dialog {
z-index: 999009 !important ;
padding: 6px!important;
}
.tppl-popup-widget-loading{
width: 100%;
height: 100%;
vertical-align: center;
text-align: center;
background: rgba( 255, 255, 255, .8 )
url(http://i.stack.imgur.com/FhHRx.gif)
50% 50%
no-repeat;
z-index: 999999 !important;
}
.tppl-widget-title{
font-weight: 500;
margin-bottom: 10px;
}
.modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: none;
} .modal-box { position: relative;
margin: 0 auto;
height: 720px;
display: none;
}
#close-modal-button {
position: absolute;
top: 10px;
right: 10px;
z-index: 2;
}
.ppl-parcelshop-map {
height: 600px;
max-height: 640px;
}
.popup {
position:fixed;
top:0;
left:0;
background:rgba(0,0,0,0.75);
width:100%;
height:100%;
display:none;
z-index: 999999!important;
} .ppl-popup-content {
width: 80%;
margin: 0 auto;
box-sizing: border-box;
padding: 10px; margin-top: 50px;
box-shadow: 0px 2px 6px rgba(0,0,0,1);
border-radius: 3px;
background: #fff;
position: relative;
} .tppl-widget-close-button {
width: 25px;
height: 25px;
position: absolute;
top: -10px;
right: -10px;
border-radius: 20px;
background: rgba(0,0,0,0.8);
font-size: 20px;
text-align: center;
color: #fff;
text-decoration:none;
}
.tppl-widget-close-button:hover {
background: rgba(0,0,0,1);
}
@media screen and (max-width: 720px) {
.ppl-popup-content {
width:90%;
}
}