﻿.btn {
    border-radius: 500px;
    color: #FFF;
    background-color: #2EBD59;
    border-width: 0px;
    padding-bottom: 7px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 7px;
    font-size: 14px;
    font-family: Circular, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.main-body {
    background-color: #2e2e2e;
}

.body-content {
    color: whitesmoke;
}

.jumbotron {
    background-color: #2e2e2e;
    color: whitesmoke;
    align-content: center;
    text-align: center;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #1ED760;
    border-width: 0px;
}

.btn-padding {
    margin: 3px;
}

.btn-wide {
    width: 430px;
    height: 35px;
    padding-bottom: 7px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 7px;
}

.navbar-toggle {
    background-color: #2e2e2e;
    float: right;
}

.navbar-inverse .navbar-nav > li > a {
    color: #2e2e2e;
    font-weight: bold;
    font-size: large
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #999999;
}

.header-logo {
    margin-left: 15px;
    margin-top: 7px;
}

.footer {
    color: white;
}

.navbar {
    background-color: whitesmoke;
    border-color: whitesmoke;
}

.navbar-nav {
    float: right;
    background-color: whitesmoke;
    font-weight: bold;
    font-size: 18px;
}

.navbar-header {
    background-color: whitesmoke;
}

.navbar-inverse .navbar-toggle:hover {
    background-color: #999999;
}

.navbar-inverse .navbar-brand {
    color: #2e2e2e;
    font-weight: bold;
    font-size: large
}

.navbar-inverse .navbar-brand:hover {
    color: #999999;
    font-weight: bold;
    font-size: large
}

.highlightRow {
    padding: 5px;
}

.highlightRow:hover {
    background-color: #808080;
}

.playlistPanel {
    background-color: #2e2e2e;
    color: whitesmoke;
}

.playlistTable {
    border-collapse: separate;
    border-spacing: 0 0.5px;
    border-color: transparent;
}

.firstRoundTD {
    border-bottom-left-radius: 500px;
    border-top-left-radius: 500px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 5px;
    padding-top: 7px;
}

.lastRoundTD {
    border-bottom-right-radius: 500px;
    border-top-right-radius: 500px;
    padding-bottom: 4px;
    padding-left: 5px;
    /* This padding is to help with the mix of table and responsive buttons */
    padding-right: 2%;
    padding-top: 4px;
}