/* === GENERIC ELEMENTS == */
/*
.container {
  width: 60%;
  min-width: 500px;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
header h1 {
  padding: 0.25em 0;
  border-bottom: 1px solid #EEE;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    transition: all 150ms linear;
}
header .ui-toggle-switch {
  position: absolute;
  top: 10px;
  right: 0;
}
*/


/* === DEMO SPECIFIC TWEAKS AND LAYOUT === *
.demo h2 {
  font-size: 0.8em;
  text-transform: uppercase;
  margin: 0 0 1em 0;
}
.demo {
  padding: 2em 0 1.5em 0;
}

.demo div.ui-toggle-switch {
  display: block;
  padding: 0.65em 0;
}
#radio {
  padding: 1em 0;
}
#modal {
  display: none;
}
.modalDemo p {
  color: #777;
  width: 50%;
}
.modalDemo p a {
  color: #1584DE;
}
#eq > span {
  margin-right: 13px;
  width: 7px;
}
.demo .ui-button {
  vertical-align: top;
}
*/




/* === DARK MODE === *
body.dark {
  background-image: url(/images/dark_wall.png);
}
.dark h1 {
  color: #EEE;
  border-bottom: 1px solid #444;
}
.dark h2 {
  color: #EEE;
}
.dark .ui-toggle-switch label {
  color: #FFF;
}
.dark .ui-toggle-switch .ui-state-active {
  background: transparent;
  color: #FFF;
}
.dark .modalDemo p {
  color: #AAA;
}
  .dark .modalDemo p a {
    color: #50b1ff;
  }
  */
  
.wrap th { font-size: 12px; }  



.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: #000!important;
    border-radius: 5px!important;
    font: normal 14px "Verdana", Sans-Serif;
    box-shadow: 0 0 7px black;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
