@media only screen {
html {
min-height: 100%;
background: #f3f3f3
}
}
@media only screen and (max-width: 615px) {
.small-float-center {
margin: 0 auto !important;
float: none !important;
text-align: center !important
}
}
@media only screen and (max-width: 615px) {
table.body img {
width: auto;
height: auto
}
table.body center {
min-width: 0 !important
}
table.body .container {
width: 95% !important
}
table.body .columns {
height: auto !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-left: 15px !important;
padding-right: 15px !important
}
th.small-12 {
display: inline-block !important;
width: 100% !important
}
table.menu {
width: 100% !important
}
table.menu td, table.menu th {
width: auto !important;
display: inline-block !important
}
table.menu.vertical td, table.menu.vertical th {
display: block !important
}
table.menu[align=center] {
width: auto !important
}
}
@media only screen and (min-width: 615px) {
h1 {
padding-top: 40px !important
}
table.body .column.first, table.body .columns.first {
padding-left: 60px !important
}
table.body .column.last, table.body .columns.last {
padding-right: 60px !important
}
.article-block .article-block__heading {
font-size: 15px !important;
line-height: 20px !important;
Margin: 20px 0 20px -15px !important;
font-weight: 400 !important
}
.article-block .article-block__img {
height: 90px !important;
width: 130px !important
}
}
@media only screen and (min-width: 450px) {
span.whip-issue-tag {
position: relative !important;
left: 0 !important;
transform: translateX(0) !important;
display: inline-block !important
}
}
@media only screen and (max-width: 450px) {
h1.whip-orange:first-of-type {
padding-top: 55px !important
}
}
@media only screen {
table.button:hover table td {
background: #0092CA !important
}
table.button.secondary:hover table td {
background: #6F6F6F !important
}
table.button.success:hover table td {
background: #01A383 !important
}
table.button.warning:hover table td {
background: #E1B40C !important
}
table.button.alert:hover table td {
background: #D33F27 !important
}
}
|