.tabwrapper .panel{
    display:none;
}
.tabwrapper .panel.active{
    display:block;
}
.button-orange{
    background-color: #FF5319;
    color: #ffffff;
    border: 1px solid #FF5319;
    width: auto;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.button-orange:hover{
    background-color: #E54510;
}
.circle-gauge{
    text-align: center;
}
.swiftreviews_cat{
    margin-top: 10px;
}