/** Changes background color, height and margin of the border **/
.top-bar {
    /*background: gray;*/
    background: #666666;
    /*height: 58px;
    line-height: 58px;*/
    height: 62px;
    line-height: 62px;
    margin-bottom: 0;
}
 
/** Removes black background on menu bar **/
.top-bar-section ul {
    background: none;
    text-transform: uppercase;
}
 
/** Removes black background on menu item **/
.top-bar-section li a:not(.button) {
    background: #666666;
    /*line-height: 58px;*/
    line-height: 62px;
    padding: 0 27px;
}
.top-bar-title {
    /* added for main title */
	padding-left: 20px;
	color: #fafafa;
}


.ui-slider .ui-slider-handle{
    color: steelblue;
    background-color: black;
}

.ui-widget-content {
    background-color: orange;
    color: #222222;
}


.freq-button {
  background: #356699;
  color: white;
  font-size: 24px;
  padding-bottom: 5px;
  padding-top: 5px;
  height: 70px;
  width: 200px;
}

#finder {
    /*width: 75px;*/
    /*float: left;*/
    font-family: 'Droid Sans', sans-serif;
    font-size: 12px;
    color: #f6931f;
    /*padding-bottom:10px;*/
}

#finderchars {
    font-family: 'Droid Sans',sans-serif; 
    border: 0; 
    color: #f6931f; 
    /*font-size:28px;*/
    /*padding-bottom:10px;*/
    /*float:left*/
}
#freq {
    font-family: 'Droid Sans',sans-serif; 
    border: 0; 
    /*color:#CC6600;*/
    color:  #336699;
    /*background-color: #e5e5ef; */
    background-color: rgba(192,192,192,.9);
    /*background-color: rgba(0, 102, 153,.8);*/
    font-size:50px;
    /*padding-bottom:10px;*/
}
body {
	background-color: #fafafa
}
/*
h1,h2,h3 {
	color: steelblue;
	font-weight: normal;
}
*/
