/*@media only screen and (min-device-width: 601px) {
.content {width: 600px !important;}
} */
a { color:#000000; text-decoration: underline; }
a:hover { color:#960;  }
.embeddedview th, .embeddedview td {padding:5px 15px 5px 0px; font-size:14px}

.eventform-table td {padding: 10px 20px 10px 0px}

.btn-gold {
    font-weight: bold;
    padding:5px 20px;
    border-radius:4px;
    color: white !important;
    background: #960;
    border: 2px solid #960;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
}

.btn-gold:hover {
    color: black !important;
    background: white;
    border: 2px solid black;
    cursor: pointer
}

.btn-white {
    font-weight: bold;
    padding:5px 20px;
    border-radius:4px;
    color: #960 !important;
    background: white;
    border: 2px solid #960;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
}

.btn-white:hover {
    color: black !important;
    background: white;
    border: 2px solid black;
    cursor: pointer
}