html,body {
    height: 100%;
}
#ribbon {
    position: fixed;
    bottom: 60px;
    right: 37px;
    width: auto;
    min-width: auto;
    background: rgb(0, 162, 137);
    border-radius: 8px;
    height: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#ribbon .group {
    height: 100%;
}
#ribbon .content {
    height: 100%;
    padding: 0;
}
#ribbon .content .bigtool {
    position: relative;
    margin: 0;
    padding: 0 10px;
    border: 0;
    border-radius: 0;
    height: 100%;
    line-height: 60px;
    color: #FFFFFF;
    font-size: 20px;
    cursor: pointer;
    border-left: 1px solid #FFFFFF;
}
#ribbon .content .bigtool:first-child {
    border-left: 0;
    border-radius: 8px 0 0 8px;
}
#ribbon .content .bigtool:last-child {
    border-radius: 0 8px 8px 0;
}
#ribbon .content .bigtool a {
    color: #FFFFFF;
    font-size: 20px;
    text-decoration: none;
}
#ribbon .content .bigtool .dropdownlist {
    top: auto!important;
    bottom: 60px!important;
    left: -185px!important;
    line-height: 20px;
    color: #000000;
}
.rate {
    width: auto;
}
.rate ul {
    top: auto;
    left: -42px;
    bottom: 60px;
    font-size: 16px;
    background: #FFFFFF;
}
.rate li {
    background: #FFFFFF;
}
.rate ul a {
    color: #00a289!important;
    font-size: 16px!important;
}
#ribbon .content .bigtool.active {
    background-color: #FFFFFF;
    box-shadow: none;
    color: #00a289;
}
#ribbon .content .bigtool.selected {
    background-color: #FFFFFF;
    box-shadow: none;
    color: #00a289;
}
#ribbon .content .bigtool.active a {
    color: #00a289;
}
#ribbon .content .bigtool.selected a {
    color: #00a289;
}
