/* Unsubscribe */


/* Attention, do not edit this file directly, please use the stylesheet editor in admin.
Any changes made here will be overwritten*/

#header, #footer, #dl-menu {
display:none;
}
body.body {
background-color:#fafafa;
padding:100px 15px 0px;
}
#unsubscribe {
background-color:#fff;
box-shadow:0 2px 10px rgba(0,0,0,.25);
max-width:500px;
padding:30px;
text-align:left;
font-family:'Open Sans', sans-serif;
margin:0 auto 10px;
}
#unsubscribe img {
width:25%;
display:block;
margin:0 0 10px auto;
}
#unsubscribe label {
display:block;
margin:30px 0;
font-size:1.3em;
}
#unsubscribe label input {
display:inline-block;
vertical-align:middle;
margin:0;
height:32px;
padding:5px;
border-radius:4px;
border:1px solid #ccc;
max-width:100%;
}
input[type="button"] {
width:100%;
text-align:center;
font-size:2em;
padding:15px;
background-color:#3a3a3a;
}

@media (min-width: 1200px) {

}

@media (min-width: 980px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 979px) {
#header, #footer, #dl-menu {
display:none;
}
body.body {
padding:15px;
}
#unsubscribe {
padding:15px;
}

}

@media (max-width: 767px) {
#header, #footer, #dl-menu {
display:none;
}
body.body {
padding:15px;
}
#unsubscribe {
padding:15px;
}

}

@media (max-width: 480px) {
#unsubscribe label input {
width:100%;
}

}
