#column {
    padding-right: 15px;
    height: 70px;
}

.circle {
    border-radius: 10px;
    width: auto;
    height: 100%;
}

#title {
    font-weight: bold;
    font-size: medium;
}

#addonHolder {
    padding-top: 0px !important;
}

.image {
    width: 10%;
    float: left;
}

.details {
    width: 65%;
    float: left;
}

.install_button {
    width: 20%;
    float: left;
}

.buttons {
    width: 70%;
    float: right;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    display: inline-block;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.panel {
    padding-left: 18px;
    padding-top: 12px;
    display: none;
    overflow: hidden;
}

.overlay {
    background-color: #EFEFEF;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0px;
    left: 0px;
    opacity: .5; /* in FireFox */
    filter: alpha(opacity=50); /* in IE */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#messege_div {
    display: none;
    max-height: 15px;
}

#buyNowModal {
    width: 500px;
}

#renewModal {
    width: 500px;
}

.requestRenewBtn {
    margin-bottom: 4px;
}