
#table-qlcc {
    border-collapse: collapse;
    width:96%;
    margin-left: 2%;
    margin-bottom: 3%;
    margin-top: 3%;

  }
  
  #table-qlcc td, #table-qlcc th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  #table-qlcc tr:nth-child(even){background-color: #f2f2f2;}
  
  #table-qlcc tr:hover {
    background-color: #ddd; 
}
  
  #table-qlcc th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #018051;
    color: white;
  }

  .align-center {
    text-align: center;
    vertical-align: middle;
  }

  #table-qlcc tr button {
    height: 36px;
    color: white;
    background: #018051;
    border: none;
    border-radius: 2%;
    font-size: 14px;
    cursor: pointer;
  }

   #table-qlcc tr button:hover {
    background: rgb(6, 143, 6);
    height: 40px;
  }

  #table-qlcc tr.no-hover:hover {
    background-color: transparent;
  }

  #table-qlcc tr.no-hover {
    height: 60px;
  }
  
  /*oder form*/
  .order-form input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }

  .order-form button {
    background-color: #018051;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
  }

  .order-form button:hover {
    background: #04AA6D;
  }
  
  .order-form button:focus {
  	border: 1px solid #018051;
  }
  
  /* Add a background color and some padding around the form */
  .order-form {
    border-radius: 5px;
    background-color: white;
    padding: 20px;
    padding-top: 0px;
    width: 70%;
  }

  .order-form label {
    font-size: 18px;
    color: #018051;
  }

  .order-form input:focus, textarea:focus {
    outline: none !important;
    border: 1px solid #018051;
  }

  .order-form input, textarea {
    font-size: 15px;
  }
  
  .order-title {
    background-color: white;
    padding-left: 20px;
  }
  
  .order-title p {
  	font-size: 36px;
    color: #018051;
  }