#neofix_sdl *{
  box-sizing: border-box; 
}

#neofix_sdl_search {
  width: 100%;
  font-size: 16px;
  padding: 12px 30px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
  border-radius: 10px;
}

#neofix_sdl table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }

#neofix_sdl table tr {
    border: 1px solid #ddd;
    padding: .35em;
  }
  
  #neofix_sdl table th,
  #neofix_sdl table td {
    padding: .625em;
    text-align: center;
    vertical-align: top;
  }
  #neofix_sdl table th {
    background-color: #D7271D;
    color: white;
    font-size: .95em;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  #neofix_sdl .column_1{
	  font-weight: bold;
	  font-size: 0.9em;
     vertical-align: middle;
  }

  #neofix_sdl .column_2{
      font-size: 0.8em;
      text-align: center;
      vertical-align: middle;
  }


  #neofix_sdl .sdl_download {
    background-color: #D7271D;
    border: none;
    border-radius: 4px;
    color: white;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
  }

  #neofix_sdl .column_3{
    text-align: center;
  }

  
  @media screen and (max-width: 600px) {
    #neofix_sdl table {
      border: 0;
    }
  
    #neofix_sdl table caption {
      font-size: 1.3em;
    }
    
    #neofix_sdl table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    #neofix_sdl table tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
    }
    
    #neofix_sdl table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right;
    }
	#neofix_sdl .column_2{
      	text-align: right;
	}
	
	  #neofix_sdl .column_2::before{
		display: block;
		float: none;
      	text-align: left;
  	}
    
    #neofix_sdl table td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    #neofix_sdl table td:last-child {
      border-bottom: 0;
    }
  }