.acc__product__scripts__box {
    display: inline-block;
    height: 50px;
    width: 100%;
    background-color: aquamarine;
}

.acc__product__list__titles {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    height: 25px;
    margin-top: 30px;
    text-align: center;
    display: inline-block;
}

.acc__scripts__title {
    display: inline-block;
    color: #888888;
    font-family: 'Titillium Web';
    font-size: 0.8em;
}

.acc__scripts__titles__product {
    margin-left: 70px;
}

.acc__scripts__titles__download {
    margin-left: 150px;
}

.acc__products__sicrpts__otherbox {
    width: 35%;
    height: auto;
    background: #2f2f2f;
    margin-top: 5px;
    padding: 8px;
    box-sizing: border-box;
    display: inline-block;
}

.acc__product__scripts__innerbox {
    width: 100%;
    height: auto;
    background-color: #181818;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.acc__product__scripts__info {
    text-align: left;
    width: auto;
    height: auto;
    display: inline-block;
    padding-left: 60px;
    box-sizing: border-box;
    margin-top: 10px;
    padding-right: 120px;
    margin-bottom: 15px;
}

.acc__product__scripts__info__name {
    font-size: 1.3em;
    font-family: BankGothic Md Bt;
    color: white;
    margin-left: -2px;
    opacity: 0.8;
}

.acc__product__scripts__info__version {
    font-family: BankGothic Md Bt;
    font-size: 0.8em;
    color: #ffae00;
    opacity: 0.8;
}

.acc__product__scripts__download {
    text-align: center;
    height: auto;
    /* margin-bottom: -4px; */
    box-sizing: border-box;
    width: auto;
    position: relative;
    display: inline-block;
    padding-left: 40px;
    /* border: 1px solid white; */
    padding-bottom: 5px;
}

.acc__product__icon__script {
    width: 20px;
    height: 60px;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 30px;
    opacity: 0.5;
    filter: grayscale(1);
}

.acc__product__scripts__icon__download {
    height: 45px;
    width: 45px;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    opacity: 0.7;
    position: absolute;
    top: -27px;
    right: 2px;
    padding: 7px;
    border-radius: 5px;
}

.acc__product__scripts__icon__download:hover {
    opacity: 1;
}
