
.block_hidden_only_for_screen {
    display: none;
}


ul#more_info_tabs li a.selected {
    background: none repeat scroll 0 0 #76bd43;
    border-image: none;
    color: #fff;
    cursor: default;
}
ul#more_info_tabs li.selected, ul#more_info_tabs li:hover {
    background: #ff6f15;
}
.idTabs a {
    background: none repeat scroll 0 0 #00762d;
    border-bottom: 1px solid transparent;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 1px;
    padding: 7px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.product__information--warning{
	background-color: #f3f3f3;
    padding: 5px;
    text-align: center;
    font-size: 15px !important;
    font-weight: normal !important;
}