#bootstrap-overrides .awards-btn > a {
    color: #347bb7;
    padding: 6px 12px;
}

#bootstrap-overrides .awards-btn.active > a {
    color: black;
    outline: none;
    background-color: #e4e4e4;
    text-decoration: none;
    border-radius: 4px;
    padding: 6px 12px;
}

@font-face {
        font-family: 'Glyphicons Halflings';
        src: url('http://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot');
        src: url('http://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('http://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff') format('woff'), url('http://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('http://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon-chevron-left:before {
    content:"\e079";
}

.glyphicon-chevron-right:before {
    content:"\e080";
}

.glyphicon-pause:before {
    content:"\e073";
}

.glyphicon-play:before {
    content:"\e072";;
}
