.tires_specs {
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 200;
}
.tires_specs .fragspec {
    line-height: 28px;
    padding: 0 5px 0 10px;
    color: white;
    background: #bbb;
    position: relative;
}

.tires_specs .fragspec:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 20px solid #bbb;
    border-bottom: 14px solid transparent;
}

.tires_specs div i {
    margin-right: 5px;
}

.spectype-a {
    background: #00a650 !important;
}

.spectype-b {
    background: #52b646 !important;
}

.spectype-c {
    background: #bdd72c !important;
}

.spectype-d {
    background: #fff001 !important;
}

.spectype-e {
    background: #fdba14 !important;
}

.spectype-f {
    background: #f46f22 !important;
}

.spectype-g {
    background: #ec1d23 !important;
}

.spectype-h {
    background: #89090b !important;
}

.spectype-a:after {
    border-left-color: #00a650 !important;
}

.spectype-b:after {
    border-left-color: #52b646 !important;
}

.spectype-c:after {
    border-left-color: #bdd72c !important;
}

.spectype-d:after {
    border-left-color: #fff001 !important;
}

.spectype-e:after {
    border-left-color: #fdba14 !important;
}

.spectype-f:after {
    border-left-color: #f46f22 !important;
}

.spectype-g:after {
    border-left-color: #ec1d23 !important;
}

.spectype-h:after {
    border-left-color: #89090b !important;
}

.tires_specs .seasonspec {
    background: transparent;
    color: #777;
    margin-bottom: 15px;
}