body {
  font-family: Arial, sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
}



/*
 *  * Off Canvas
 *   * --------------------------------------------------
 *    */
@media screen and (max-width: 767px) {
  .row-offcanvas {
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    /*position: absolute;*/
    width: 50%; /* 6 columns */
  }
}

a, a:visited {
  /*color: #4d4d4d;*/
  /*text-decoration: underline;*/
}

#container {
  /*width: 940px;*/
  padding: 5px 0 10px 0;
  margin: auto;
}

#main {
  clear: both;
}

#controls {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

#searched_songs {
  padding-top: 10px;
}

.btn-group {
  padding: 5px;
}

.btn-text-left {
  text-align: left;
}
/*#btn-group-spanmore {*/
/*margin-left: 5px;*/
/*margin-right: 5px;*/
/*padding-left: 5px;*/
/*padding-right: 5px;*/
/*}*/

.control {
  float: left;
  padding-left: 20px;
}

.control a {
  color: black;
  font-size: 12px;
  padding: 5px;
  background: #E2E2E2;
  cursor: pointer;
  margin-right: 3px;
  text-decoration: none;
}

.control a:hover {
  text-decoration: underline;
}

.control a.active {
  color: white;
  background: #555;
}

p.highlight_title {
  display: inline;
  text-align: left;  
  font-weight: normal;
  color: #777;
}

#highlight_section {
  padding-top: 23px;
  padding-left: 20px;
}

#highlight_form #highlight {
  margin-left: 10px;
}

footer p {
  text-align: center;
}

.tooltip {
  position: absolute;
  top: 100px;
  left: 100px;
  -moz-border-radius:3px;
  border-radius: 3px;
  border: 2px solid #DDD;
  background: #fff;
  opacity: 1;
  color: #000;
  padding: 10px;
  width: 300px;
  font-size: 15px;
  z-index: 120;
}

.tooltip p.main {
  font-size: 15px;
  text-align: center;
  padding:0;
  margin:0;
}

hr.tooltip-hr {
  padding:3px 0 0 0;
  margin:3px 0 3px 0;
}

.tooltip .title {
  font-weight:bold;
  /*font-size: 20px;*/
  /*line-height: 24px;*/
}
 
.tooltip .lyric_first_line {
  /*font-weight:bold;*/
}


line.link {
  fill: none;
  stroke-width: 1.5px;
}


text.shadow {
  /*width: 30px;*/
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*font-size: 16px;*/
  /*font-weight: bold;*/
  /*text-shadow: 1px 1px #880000;*/
  font-size: 12px;
  /*stroke: #ffffff;*/
  stroke-width: 1px;
  stroke-opacity: 0.5;
}
