
.link_button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #4479BA;
    color: #FFF;
    padding: 8px 12px;
    text-decoration: none;
}

.footer{
	position: absolute; 
	bottom: 0;
}

.raceEntry {
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    margin-top: 5px;
    margin-left: -5px;
    margin-right: -5px;
}

.swimStroke {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 5px;
}

.teamNB {
    background-color:rgb(175,210,255);
}

.teamGL {
    background-color:rgb(210,210,210);
}

.teamRH {
    background-color:rgb(210,255,210);
}

.disable {
    -webkit-filter: grayscale(100%);
    pointer-events: none;

}

.Up {
    background-image: url(../images/Eject-icon.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
}
.Backward {
    background-image: url(../images/Skip-backward-icon.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
}

.Forward {
    background-image: url(../images/Skip-forward-icon.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
}

.FastBackward {
    background-image: url(../images/Fast-backward-icon.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
}

.FastForward {
    background-image: url(../images/Fast-forward-icon.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
}

h2 {
}

.heat {
    text-align: center;
}

.lane {
    float: left;
    width: 1em;
}

.name {
}

.eric {
    border-width: 1px;
    border-style: solid;
}

.age {
    float: right;
    text-align: right;
    margin-right: 0.5em;
}

.bestTime {
    float: right;
    width: 3.5em;
    text-align: right;
}
.team {
    float: right;
    width: 1em;
    margin-right: 0.75em;
}
