/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
tr:nth-child(2n) {
  background-color: #f9be96;
  border-width: 1px; border-style: solid;border-color: #ffffff;
}

td:nth-child(2n) {
border-right-width: 4px; border-right-style: solid;border-right-color: #ffffff;
}

td:nth-child(2n+1)  {
    border-left-width: 4px; border-left-style: solid;border-left-color: #ffffff;
    border-right-width: 4px; border-right-style: solid;border-right-color: #ffffff;
  }
   
 .tftable2 td:nth-last-child(1)
 {
    display: none;
 }

 .tftable2 th:nth-last-child(1)
 {
    display: none;
 }

 option:disabled {
    color: Gainsboro;
 }

.tftable th {background-color:#fd7a11;border-width: 4px;padding: 8px;border-style: solid;border-color: #ffffff;font-weight: normal}

.tftable td {padding: 8px 6px 8px 6px;}

.tftable2 th {background-color:#fd7a11;border-width: 4px;padding: 8px;border-style: solid;border-color: #ffffff;font-weight: normal}

.tftable2 td {padding: 8px 6px 8px 6px;}

.tftable a {color: #525252; text-decoration: none;}
.tftable a:hover {color: #525252; text-decoration: underline;}
.tftable2 a {color: #525252; text-decoration: none;}
.tftable2 a:hover {color: #525252; text-decoration: underline;}

tr:last-child:nth-child(2n+1) {border-bottom:2px solid #f9be96;}

.tftable a[href$='.pdf']
{
   /* target-new:tab;*/
}
    
.tftable2 a[href$='.pdf']
{
   /* target-new:tab;*/
}

td {
  padding: 5px;
}

.product-fields .product-field-type-M input[type=radio]{
    position: relative;
    margin: 5px auto;
}
.product-fields .product-field-type-M img{
    float: none;
    margin: 0 auto;
    max-width: 100%;
}
.product-fields .product-field-type-M .vm-img-desc{
    text-align: center;
    font-size: 14px;
}
.product-fields .product-field-type-M label {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 15px 0;
}
.product-fields .product-field-type-M .controls{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.product-fields .product-field-type-M label{
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
}