table, th, td {
   /* border: 1px solid black; */
}
body{ font-family: Verdana, Arial, Helvetica, sans-serif; background-color:#F5F5F5; }
.content_container { position:relative; margin-left: 5%; margin-right: 5%; background-color:#FAE4DC; }
.table_container { background-size: 100%; padding-bottom:20px; }
.td_left { width: 10%; }
.td_right { width: 30%; }
.td_info { width: 25%; text-align: center; }
.td_youtube { width: 55%; text-align: left; }
#videos_table { margin: 0 auto; }
#videos_table_all { margin: 0 auto; }
.rank{ font-size: 200%; text-align:left; color: #333418; }
.vid_title{ font-size: 120%; font-style: italic; text-align:left; color:#555151; }
.ch_link{text-align:left; }
.title_part {text-align: center; }
.content_title { margin-top:20px; font-size: 300%; color:#848484 }
.content_subtitle { margin-top:20px; font-size: 120%; margin-bottom:40px; color:#3B240B}
.fav_img { height:30; width: 30; vertical-align:middle; cursor: pointer; cursor: hand; }
.fav_btn { font-size:100%; cursor: pointer; cursor: hand; color:blue; border-bottom: 1px dotted #000; }
.fav_container { text-align:left; }

/* menu */
#menu-container { text-align: center; background-color:#232F3E; }
#menu ul { display: inline-block; margin: 0px; list-style-type: none; }
#menu li
{
    list-style: none;
    float: left;
    padding-bottom: 5px;
}
#menu a {
  display: block;
  width: 8em;
  padding: 5px;
  text-decoration: none;
  text-align: center;
}
#menu a:hover { color: yellow; border: 1px solid #999999; cursor: pointer; cursor: hand; }
.current_page { color: yellow; border: 1px solid #232F3E; }
.link_page { color: #82D8E3; border: 1px solid #232F3E; }

/* auto play */
.onoffswitch {
  display: inline-block;
  position: relative; width: 95px;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Autoplay";
    padding-left: 10px;
    background-color: #B40404; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Off";
    padding-right: 10px;
    background-color: #EB7474; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

/* tooltip */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    vertical-align: middle;
    font-size: 75%;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #F3F781;
    color: #000;
    text-align: left;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.suggestion_container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

#control_table { margin: 0 auto; width:100%; }
.td_info_control_table { width: 25%; text-align: left; }
.suggestion_text{
  vertical-align: middle;
}
.suggest_button {
  background-color: #B40404; /* Green */
  border: none;
  color: white;
  padding: 10px px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  vertical-align: middle;
}

.pages {font-size:110%; text-align: center; padding-top: 50px;}
.page_entry { display:inline-block; padding-left:10px; padding-right:10px;  width: 10px; }
.page_entry_current a:link { color:black; text-decoration:none; font-weight:normal; }
.page_entry_current a:visited { color: black; text-decoration:none; font-weight:normal; }
.page_entry_current a:hover { color: black; text-decoration:underline; font-weight:normal; }
.page_entry_current a:active { color: black; text-decoration:none; font-weight:normal; }

