.Ezine {
    padding: 4%;
    margin-bottom: 2em;
    background: #eee;
}

.Ezine table {
    width: 100%;
}

.Ezine td {
    width: 50%;
    text-align: center;
    vertical-align: top;
}

.Ezine .EzineInputAbove {
    width: 100%;
}

.EzineInput input {
    width: 85%;
    max-width: 350px;
    padding: 5px;
}

.Ezine input:focus[type="text"] {
    background-color: #ffffcc;
}

td.EzineLabel {
    text-align: right;
    vertical-align: middle;
}

td.EzineLabelAbove {
    text-align: center;
}

.EzineDescription {
    text-align: center;
}

/* =Ezine2 - base */

.Ezine2 {
    margin: 1em 0;
    padding: 0.5em;
    border: 1px solid #eee;
}

.EzineRow {
    padding: 0.5em 0;
    max-width: 100%;
    box-sizing: border-box;
}

.EzineVertical label {
    display: block;
}

.EzineHorizontal .EzineRow,
.EzineHorizontal label {
    display: inline-block;
}

.Ezine2 label,
.Ezine2 input[type="text"],
.Ezine2 input[type="email"],
.EzineButton {
    vertical-align: middle;
    max-width: 100%;
    box-sizing: border-box;
}

.Ezine2 input:focus[type="text"],
.Ezine2 input:focus[type="email"] {
    background-color: #ffffcc;
}

.EzineLeft {
    text-align: left;
}

.EzineCenter {
    text-align: center;
}

.EzineRight {
    text-align: right;
}

/* =Ezine - custom */

.Ezine {
    background: #f2f2f2;
    max-width: 800px;
    margin: 0 auto;
}

.EzineInput input {
    padding: 7px;
    margin: 10px;
    background: #f2f2f2;
    border: 1px solid #545454;
}

td.EzineLabel {
    font-family: RalewayHeavy, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.EzineDescription {
    font-size: 20px;
}

/* =Ezine2 - custom */

.Ezine2 {
    background: #f2f2f2;
    border: 0;
    padding: 2%;
}

.Ezine2 label {
    font-family: RalewayHeavy, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px;
}

.Ezine2 input[type=text],
.Ezine2 input[type=email] {
    padding: 7px;
    margin: 5px;
    background: #f2f2f2;
    border: 1px solid #545454;
}

.EzineButton {
    padding: 1em 0.5em;
    border: 0;
    line-height: 1.1;
    background: #da4453;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin: 5px;
}

.EzineButton:hover {
    background-color: #eb5367;
}
.dropbtn2 {
  background-color: red;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown2 {
  position: relative;
  display: inline-block;
}

.dropdown2-content {
  display: none;
  position: absolute;
  background-color: #f5f5dc;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown2-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown2-content a:hover {background-color: #fdfdeb;}

.dropdown2:hover .dropdown2-content {display: block;}

.dropdown2:hover .dropbtn2 {background-color: #032635;}
