.ZebraDialog *,
.ZebraDialog *:after,
.ZebraDialog *:before  { -moz-box-sizing: content-box !important; -webkit-box-sizing: content-box !important; box-sizing: content-box !important }

.ZebraDialog {
    max-width: 650px;
    z-index: 1001;
    border: 1px solid #DEDEDE;
}

.ZebraDialog,
.ZebraDialog .ZebraDialog_Title,
.ZebraDialog .ZebraDialog_Body,
.ZebraDialog .ZebraDialog_Buttons a {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Tahoma, Arial, sans-serif;
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
}

.ZebraDialog .ZebraDialog_Title,
.ZebraDialog .ZebraDialog_BodyOuter,
.ZebraDialog .ZebraDialog_ButtonsOuter {
}

.ZebraDialog .ZebraDialog_Title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    background: #FFF;
    padding: 12px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #F0F0F0;
}

/*  set background color here and not on ZebraDialog_Body, or you'll eventually run into problems with rounded corners
    when using smaller widths for border! */
.ZebraDialog .ZebraDialog_BodyOuter {
    background: #FFF;
    padding: 3em;
}

.ZebraDialog .ZebraDialog_Body {
    color: #44484A;
    padding: 0;
}

.ZebraDialog .ZebraDialog_ButtonsOuter {
    background: #FFF;
    padding: 0px 5px 40px 10px;
}

.ZebraDialog .ZebraDialog_Buttons:before,
.ZebraDialog .ZebraDialog_Buttons:after     { content: "\0020"; display: block; height: 0; visibility: hidden; font-size: 0 }
.ZebraDialog .ZebraDialog_Buttons:after     { clear: both }
.ZebraDialog .ZebraDialog_Buttons           { *zoom: 1; text-align: center; } /* for IE only */

.ZebraDialog .ZebraDialog_Buttons a {
    font-weight: bold;
    color: #FFF;
    padding: 10px 15px;
}

.ZebraDialog .ZebraDialog_Buttons a:hover {
    background: #224467;
    color: #FFF
}

.ZebraDialog a.ZebraDialog_Close {
    position: absolute;
    right: 6px;
    top: 0px;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 21px;
    color: #444;
    display: none;
}

.ZebraDialog .ZebraDialog_Title a.ZebraDialog_Close {
    color: #888;
}

.ZebraDialog .ZebraDialog_Title a.ZebraDialog_Close:hover {
    color: #000;
}

.ZebraDialogOverlay {
    background: #666;
    background: rgba(132, 132, 132, 0.5);
    z-index: 1000;
    width: 100%;
    height: 100%;
}

/* = YOU SHOULD NOT CHANGE ANYTHING FROM THIS POINT ON
---------------------------------------------------------------------------------------------------------------------*/
.ZebraDialog .ZebraDialog_Body {
    overflow: auto;
}

.ZebraDialog .ZebraDialog_Body h2 {
    color: #2f8dcd;
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 1.2em;
    clear: none;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-family: "Segoe UI",Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
    padding: 0 50px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin: 10px 0 30px 0;
}

.ZebraDialog .ZebraDialog_Body ul {
    margin: 10px 0;
    padding: 0;
    list-style: none
}

.ZebraDialog .ZebraDialog_Body ul li {
    line-height: 1.4em;
    font-size: 16px;
    padding: 3px 20px;
    background: url(../images/green-bullet.png) no-repeat 5px 8px transparent;
}

.ZebraDialog .ZebraDialog_Icon {
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 0;
    min-height: 0;
    _height: 0;
}

.ZebraDialog .ZebraDialog_Confirmation  { background-image: url('confirmation.png') }
.ZebraDialog .ZebraDialog_Error         { background-image: url('error.png') }
.ZebraDialog .ZebraDialog_Information   { background-image: url('information.png') }
.ZebraDialog .ZebraDialog_Question      { background-image: url('question.png') }
.ZebraDialog .ZebraDialog_Warning       { background-image: url('warning.png') }

.ZebraDialog .ZebraDialog_Buttons a {
    display: inline-block;  
    vertical-align: bottom;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    font-weight: normal;    
    margin: 0;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none !important;
    font-weight: bold;
    color: #fff;
    background: #91c71d;
    background: -moz-linear-gradient(top, #91c71d 0%, #76a411 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91c71d), color-stop(100%,#76a411));
    background: -webkit-linear-gradient(top, #91c71d 0%,#76a411 100%);
    background: -o-linear-gradient(top, #91c71d 0%,#76a411 100%);
    background: -ms-linear-gradient(top, #91c71d 0%,#76a411 100%);
    background: linear-gradient(to bottom, #91c71d 0%,#76a411 100%);
    -moz-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3); 
}

.ZebraDialog .ZebraDialog_Buttons a:hover {
    cursor: pointer;
}

.ZebraDialog .ZebraDialog_Buttons a:hover {
    background: #8ac016;
    background: -moz-linear-gradient(top, #8ac016 0%, #69920f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ac016), color-stop(100%,#69920f));
    background: -webkit-linear-gradient(top, #8ac016 0%,#69920f 100%);
    background: -o-linear-gradient(top, #8ac016 0%,#69920f 100%);
    background: -ms-linear-gradient(top, #8ac016 0%,#69920f 100%);
    background: linear-gradient(to bottom, #8ac016 0%,#69920f 100%); 
}

.ZebraDialog .ZebraDialog_Buttons a:focus{
    outline: 0;
}

.ZebraDialog .ZebraDialog_Buttons_Centered .ZebraDialog_Buttons {
    display: table;
    margin: 0 auto;
    text-align: center;
}

.ZebraDialog .ZebraDialog_Buttons_Centered a {
    zoom: 1;
    *display: inline;
}

.ZebraDialog .ZebraDialog_Preloader {
    height: 32px;
    background: url('preloader.gif') no-repeat center center;
}


/**** 
    **********************************
    MOBILE
    **********************************
*****/

@media screen and (max-width: 700px) { 
    
.ZebraDialog .ZebraDialog_BodyOuter {
    background: #FFF;
    padding: 1em;
}  

.ZebraDialog .ZebraDialog_Body h2 {
    font-size: 22px;
    margin: 10px 0;
    padding: 0;
}

.ZebraDialog .ZebraDialog_Body ul li {
    line-height: 1.4em;
    font-size: 13px;
    padding: 3px 20px;
}
    
}