
html,body{font-family:Avenir,Verdana,sans-serif;font-size:15px;line-height:1.5; background-color:#fafafa;}html{overflow-x:hidden}
h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}.w3-serif{font-family:serif}
h1,h2,h3,h4,h5,h6{font-family:Avenir-Black, "Segoe UI",Arial,sans-serif;font-weight:400;margin:10px 0}.w3-wide{letter-spacing:4px}
hr{border:0;border-top:1px solid #eee;margin:20px 0}

/** Addedd me */
a{text-decoration: none;}

.gsc-cursor-page{
border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}    

.ss-select-search-btn{
    height: 45px;
    display: inline-block;
    padding: 10px 10px 0px 12px;
    border-bottom:3px solid transparent;
}
.ss-select-search-btn:hover{
    border-bottom:3px solid orange;
}
.ss-select-search-btn.active{
    border-bottom:3px solid orange;
}