    body {
      font-family: 'Roboto', sans-serif;
    }
    .test {
      width:93%;
      text-align: center;
      border-radius: 5px;
      border: 1px solid gray;

    }

    table.dataTable thead th, table.dataTable thead td
    {
      padding-left: 5px;
    }

    .toggle.btn {
      border:  1px solid gray;
    }

    .logo img {
      width: 250px;
      position: relative;
      top: 40px;
      padding-bottom: 50px;
    }


    div.dataTables_wrapper div.dataTables_filter input {
      border-radius: 5px;
    }

    table.dataTable tbody td {
      padding: 3px 10px;
    }

    table.dataTable thead .sorting:before
    {
      content: none !important;
    }

    .table-responsive 
    {
        overflow: inherit;
    }



  div.dataTables_length
  {
    position: relative;
    top: 40px;
    width: 100px;
  }

  .dt-button-section
  {
    width: 100%;
  }

  .dt-button-section .one 
  {
    float:left;
    padding-right: 50px;
  }