<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.appriseOuter{
background: #FFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
left: 50% !important;
top: 50% !important;
transform: translate3d(-50%, -52px, 10px);
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.appriseInner{
width: auto;
height: auto;
margin: 0;
padding: 0;
overflow: visible;
font-size: 18px;
line-height: 18px;
font-weight: 700;
text-align: center;
}

.aButtons{
width: auto;
height: auto;
margin: 15px 0 0 0;
padding: 0;
overflow: visible;
}

.aButtons button{
border: none;
    box-shadow: none;
    font-size: 16px;
    line-height: 32px;
    background: #ddd;
    color: #333;
    text-shadow: none;
    outline: none;
    cursor: pointer;
padding: 0 15px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.aButtons button:hover{
background: #ccc;
}

.aButtons button:nth-child(2){
background: #0BB475 !important; color: #FFF !important;
}

.aButtons button:nth-child(2):hover{
background: #282530 !important
}


@media (max-width: 768px){
.appriseOuter{width: 90%; max-width: inherit;}
.aButtons button{font-size: 12px;}
}</pre></body></html>