table > tbody > tr > td > table > tbody > tr > td:nth-child(1) {
    width: 5% !important;
 }

 .purple ul li, .purple td * {
      color: white !important;
  }

  @media (max-width: 992px) {
      table tr {
          display: flex;
          flex-direction: column;
      }

      tbody table tr{
          margin: 15px 0;
      }

      table td{
          width: 100% !important;
      }

      .vsebina{
          width: 100% !important;
      }

      .vsebina .col-md-12 {
          width: 100% !important;
          padding: 0 15px !important;
      }

      .vsebina img{
          width: 100% !important;
          height: auto !important;
      }

      table > tbody > tr > td > table > tbody > tr > td:nth-child(1) {
          width: 10% !important;
          height: 45px !important;
       }

       table td {
          width: 85% !important;
          margin: auto;
          text-align: center;
       }

       #kakovost-in-regulativa table td h4, #kakovost-in-regulativa table td h3, #kakovost-in-regulativa table td ul, #maloprodaja table td ul{
          text-align: start !important;
       }

       #kakovost-in-regulativa .vsebina h3,#kakovost-in-regulativa .vsebina h4{
          width: 85%;
          margin: auto;
       }

       #novice-in-dogodki .container, #novice-in-dogodki .col-lg-12{
          padding-left: 0;
          padding-right: 0;
          margin-left: -5px;
          margin-right: -5px;
       }

       #preverite-naša-prosta-delovna-mesta{
          margin-top: 65px;
       }
  }