/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.ebd_link {
    display: inline-block;
    padding: 10px 40px;
    margin: 10px;
    text-align: center;
    border: 1px solid #555;
    border-radius: 3px;
}
.ebd_link:hover {
    border: 1px solid #0A246A;
}