/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

  .table-bordered > thead > tr > th {
    border: 1px solid #dadada;
  }
  .table-bordered > thead > tr > td {
    border: 1px solid #dadada;
  }
  
  @media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {
 
  .custom-array table.ls-answers {
    display: table;
  }
 
  .custom-array table.ls-answers thead {
    display: table-header-group;
  }
 
  .custom-array table.ls-answers tbody {
    display: table-row-group;
  }
 
  .custom-array table.ls-answers tr {
    display: table-row;
  }
 
  .custom-array table.ls-answers tr.ls-hidden {
    display: none;
  }
 
  .custom-array table.ls-answers th,
  .custom-array table.ls-answers td {
    display: table-cell;
  }
 
  .dir-ltr .custom-array table.ls-answers th,
  .dir-ltr .custom-array table.ls-answers td {
    text-align: center;
  }
 
  .dir-ltr .custom-array table.ls-answers tbody th.answertext {
    text-align: right;
  }
 
  .custom-array table.ls-answers tbody td {
    text-align:left;
  }
 
 
  .dir-ltr .custom-array .ls-answers td.radio-item,
  .dir-ltr .custom-array .ls-answers td.checkbox-item {
    padding: 8px 0;
  }
 
  .custom-array table.ls-answers tbody .control-label {
    text-align:left
  }
 
  .custom-array table.ls-answers .ls-label-xs-visibility {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 17px;
    height: 17px;
    line-height: 21px;
    text-indent: 21px;
    left: auto;
    margin-left: -20px;
  }
 
  .dir-ltr .custom-array table.ls-answers .radio-item label.ls-label-xs-visibility::before,
  .dir-ltr .custom-array table.ls-answers .checkbox-item label.ls-label-xs-visibility::before {
    margin-left: 0px;
  }
 
  .dir-ltr .custom-array table.ls-answers .radio-item label.ls-label-xs-visibility::after,
  .dir-ltr .custom-array table.ls-answers .checkbox-item label.ls-label-xs-visibility::after {
    margin-left: 0px;
  }
 
  .custom-array table.ls-answers > tbody > tr:hover {
    background-color: inherit;
  }
}