
div.container
{
}

.message
{
    font-size: 16px;
    padding: 2px;
    border-spacing: 2px;
    visibility: visible;
}

.message-post {
    /* background: rgba(0,0,0,0.2); */
    background: #eeeeee;
}
.message-info {
    background: #e2f8ff;
}
.message-ok {
    background: #b9ffae;
}
.message-notice {
    background: #fff29b;
}
.message-warning {
    background: #ffb378;
}
.message-error {
    background: #ff8888;
}
.message-close-button {
    font-size: 16px;
    padding: 4px;
    color: black;
}



a:visited, a:link
{
    text-decoration: none;
    color: black;
}

a:hover, a:active
{
    text-decoration: none;
    color: rgb(205, 45, 55);
}

.nav .active a {
    background: none;
    box-shadow: none;
    border-radius: 15px;
    border: 1px solid rgba(0,0,0,0.2);
    margin-top: 8px;
    color: black;
    padding: 6px 10px;
}

.nospacing
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;

    border-bottom: 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.nowrap
{
    white-space: nowrap;
}

audio {
    background-color: #95B9C7;
}


/* MENU */

ul.menu
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    display: inline;
    text-decoration: none;
    padding: .2em 1em;
}

li.menu
{
    display: inline;
    text-decoration: none;
    padding: .2em 1em;
    background-color: #eeeeee;
}
li.menu_clear
{
    display: inline;
    text-decoration: none;
    padding: .2em 1em;
}

a.menu
{
    text-decoration: none;
    padding: .2em 1em;
    color: #fff;
}

a:hover.menu
{
    color: #fff;
}


div.logo_section
{
    display: block;
    padding: 0px 0px 0px 0px;
    align: left;
}


/* QUEUE: */

ul.queue
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    text-decoration: none;
}
li.queue
{
    text-decoration: none;
    background-color: #ffffff;
}
li.queue_first
{
    text-decoration: none;
    background-color: #ffffe0;
    font-weight: bold;
}

/* NavBar Correction: */
.navbar-brand  { padding: 0; }



.well ul {
  list-style: none;
  padding: 0;
}.well li {
   margin-bottom: 10px;
}
.well ul {
  list-style: none;
  padding: 0;
}
.well li {
    margin-bottom: 10px;
}


/* EPISODES: */

.episode_nav {margin-bottom: 20px;}

h4.episode_card
{
    margin-top: 0em;
    margin-bottom: 0em;
    margin-left: 0em;
    margin-right: 0em;
    padding: 0em 0em 0em 0em;
    font-size: 1em;


}
div.episode_card
{
    padding: 0.2em 0.2em 0.2em 0.2em;
    margin: 0.25em;
}
span.episode_pubdate
{
    font-size: 0.8em;
}


h4.episode_list
{
    font-size: 1em;
    padding: 0em 0em 0em 0em;
    margin-top: 0.2em;
    bottom: 0em;
}
div.episode_list
{
    padding: 0em 0em 0em 0em;
    margin-top: 0px;
    bottom: 0em;
    margin: 0.2em;
}



div.feed_info
{
    padding: 1em 1em 1em 1em;
}



/* RADIO */

ul.stream_list
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    display: inline;
    text-decoration: none;
    padding: .2em 1em;
}

li.stream_list
{
    display: inline;
    text-decoration: none;
    padding: 0.2em 2em;
    spacing: 2em;
    background-color: #dddddd;
}
li.stream_list_clear
{
    display: inline;
    text-decoration: none;
}

a.stream_list
{
    text-decoration: none;
}

a:hover.stream_list
{
    color: #fff;
}


button.player
{
    font-size: 1.8em;
    padding: 2px 10px;
    margin-left: -5px;
    border-radius: 0;
    border: none;
    background: none;
    box-shadow: none;
}

.episode_buttons
{
    font-size: 1.15em;
    margin-top: 17px;
}

.episode_buttons a{
    color: rgb(205, 45, 55);
}

.big-text
{
    font-size: 1.25em;
}
.verybig-text
{
    font-size: 1.5em;
}
.veryverybig-text
{
    font-size: 2em;
}


div.progress_container {
    top: 0px;
    right: 0px;
    width: 100% ;
    background-color : #cccccc;
    width: 110%;
    z-index: 99;
}

div.progress_bar
{
    top: 0px;
    left: 0px;
    /* background-color: #aaccff; */
    background-color: rgb(205, 45, 55);
    position: fixed;
    z-index: 100;
    font-size: 5px;

    width: 0%;
    height: 5px;
}

.feed_list_small .card_show {
    height: 265px;
}

.card_show {
    height: 365px;
}

.media-object {
    margin: 5px 0;
}


a.subscribe_link {
    font-size: 1.6em;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .episode_buttons {
        font-size: 1.3em;
        margin-top: 0px;
    }
}

@media only screen and (max-width : 767px) {
    body {
        padding-top: 185px;
    }
}
