.event_table {
    margin-bottom: 50px;
    padding: 10px;
    border-color: #c0c0c0;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #c0c0c0;
    width: 768px;
    border-style: solid;
    border-width: 1px;
}

.event_table td a {
    text-decoration: none; color: #7a7aff; font-weight: bold;
}