* {
    box-sizing: border-box;
}

a:link {
    color: #0033dd; /*#006ea9*/;
}
a:visited {
    color: #a96ea9;
}

main {
    max-width:960px;
    padding:10px;
    margin: 0 auto;
}
h3 {
    font-size: xx-large;
    font-weight: lighter;
}
body {
    margin:0;
    padding:0;
    font-family: sans-serif;
    background-color: #ffffff;
}

ul.gt-list {
    list-style-type: none;
    margin:0;
    padding:0;
}
ul.gt-list li {
    margin: 16px 0;
}
ul.gt-list li a {
    text-decoration: none;
    font-size: large;
}
ul.gt-list li a:hover {
    text-decoration: underline;
}
.ticket-link {
    display: block;
    text-align: center;
    font-weight:bold;
    background-color:#009900;
    color:#ffffff;
    text-decoration:none;
    padding:7px 0;
}

.ticket-link:hover {
    outline:1px solid black;
}

.ticket-provider-logo {
    position: absolute;
    bottom:0;
    right:0;
}

.ticket-provider {
    position: absolute;
    bottom:0;
    right:0;
    font-size: small;
}

.event-date {
    text-align: center;
}

.gt-medium {
    font-size: medium;
    color: #646b79
}
.gt-small {
    color:#777777;
    font-size:small;
}