div.module {
    overflow: hidden;
}

div.email-context-type {
    margin-bottom: 10px;
    overflow: hidden;
    width: 820px;
}

h3 {
    margin-bottom: 10px;
    margin-top: 0;
}

iframe {
    border: 2px solid gray;
    display: block;
    margin-bottom: 40px;
}

textarea {
    border: 1px solid gray;
    height: 400px;
    margin: 2px 0 0;
    padding: 4px;
    width: 800px;
}

dl {
    border: 1px solid gray;
    margin: 2px 0 0;
    padding: 4px;
    width: 800px;
}

div.desktop-container {
    float: left;
    margin-right: 40px;
}

iframe.desktop {
    height: 1000px;
    width: 800px;
}

iframe.mobile {
    height: 480px;
    width: 320px;
}

iframe.mobile-wide {
    height: 320px;
    width: 480px;
}

iframe#test-delivery-result {
    border: 1px solid red;
    height: 250px;
    width: 800px;
}

a,a:visited {
    color: #3983d0;
    text-decoration: none;
}

.locale-overide {
    margin-top: 10px;
}

.block {
    display: block;
}

.context-input {
    float: right;
    margin-right: 10px;
}

.test-email-form {
    float: left;
}

h2,.test-email-form div {
    margin-bottom: 10px;
}

form,.hide {
    display: none;
}

.litmus-test-address {
    width: 250px;
}