/*    #navbar {
    list-style-type: none;
    background-color:black;
    width:380;
}
#navbar li{
    display:inline;
    margin-left:20px;
    margin-right:20px;
}
#navbar a{
    color:orange;
}
#header {
    text-decoration:none;
    color:RGB(66,66,33);
}
#charts{
}
iframe{
    display:inline-block;
}
#search_results{
    display:inline-block;  
}*/

.myButton {
    background-color:#5b7a20;
    -moz-border-radius:28px;
    -webkit-border-radius:28px;
    border-radius:28px;
    border:1px solid #5b7a20;
    display:inline-block;
    cursor:pointer;
    color:#dbd8db;
    font-family:Verdana;
    font-size:25px;
    padding:25px 55px;
    text-decoration:none;
}
.myButton:hover {
    background-color:#80b71a;
    text-decoration:none;
    color:262626;
}
.myButton:active {
    position:relative;
    top:1px;
}


h1 {
    text-align: center;
 }
h2 {
    text-align: center;
}

#head b{
    color:green;
}
.well{
    background: rgba(0, 0, 255, 0.9);
}

.navbar{
    color:#81b71a;
}

.userresults{
    color:#81b71a;
}

#user_results{
    color: green;
}
#user_results a:hover{
    color: green;
}
#search_results {
    color:green;

}
#search_results a{
    color:green;
    
}
#tracks{
    color:green; 
}
#albums{
    color:green; 
}
#searchButton{
    color:green;
}


