/* your styles go here */

.clearbutton, .selectbutton {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

#clear-channel-button {
  margin-bottom: 50px;
}

.ytheader {
  margin-top: 50px;
  /*font-family: 'Arial', sans-serif; */
  font-size: 60px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  text-align: center;
  
}



 /* Popover */
.popover {
    border: 2px dotted red;
   
}

/* Popover Header */
.popover-title {
    background-color: #9B3019; 
    color: #FFFFFF; 
    font-size: 28px;
    text-align:center;
}

/* Popover Body */
.popover-content {
    background-color: #2A7697;
    color: #FFFFFF;
    padding: 25px;
}

/* Popover Arrow */
.arrow {
    border-right-color: red !important;
}

p.explainer {
  color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 16px;
}

h3 {
  margin-bottom: 10px;
}


.modal-content {
  background-color: #355693;
}


li.not-ready {
  color: #868686;
}

li.ready {
  color: #ffffff;
}

.preset-group {
  margin-top: 10px;
  margin-bottom: 15px;
}


.nav > li {
  color: grey;
}

a.my-button {
  color: white;
}



.nav > li > a:hover {
    background-color: transparent;
    color: #46b8da;

}

.nav > li > a:focus {
  background-color: transparent;
}

