p.success {
    color: green;
    font-weight: bold;
    padding-bottom: 15px;
}
.tblsubmitalert td {
    vertical-align: top;
    padding:2em;
} 
.tblalerts td, .tblalerts th {
    padding: 0.5em 1em;
}.tblalerts th {
    font-weight: 800;
}
.weather-alerts-form select {
    display: block;
}
.weather-alerts-form input, .weather-alerts-form textarea {
    display: block;
    max-width: 600px !important;
}
input[type=submit] {
    padding: 1em 2em;
    background: #2991d6;
    border-radius: 5px;
    color:#fff;
    border:none;
}
input[type=submit]:hover {
    background: #063e63;

}
