
.comparison {
    cursor: pointer;
}

.more {
    height: 75px;
    overflow: hidden;
    position: relative;
}

.more p {
    margin-bottom: 0;
}

.full {
    height: auto !important;
    overflow: visible !important;
}

.get-more {
    margin-top: -18px;
    padding: 0;
    z-index: 3;
    text-decoration: none;
    font-size: 11px;
    position: relative;
}

.more-blur {
    z-index: 2;
    position: absolute;
    bottom: -1px;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 -10px 10px 5px #FFFFFF;
    -moz-box-shadow: 0 -10px 10px 5px #FFFFFF;
    box-shadow: 0 -10px 10px 5px #FFFFFF;
    display: none;
}

.badge-font-size {
    cursor: pointer;
}