    /* Ratchet Overrides */ 

    body {
      position: relative;
    }

    .content {
      position: relative;
      padding: 0px 10px 0px 10px;
    }

    .card {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }    

    /* Ratchet icon with custom thumbsize helper - makes icons have a bigger click area */
    .icon.thumbsize {
      width: 35px;
      padding-left: 6px;
    }

    /* General */

    .clickable {
      cursor: pointer;
    }

    /* App specific */

    .table-view-cell.no-link {
      padding: 0px;
    }

    .table-view table {
      width: 100%;
    }

    .table-view-divider {
      padding-left: 5px;
    }

    .table-detail {
      font-size: 0.7em;
    }

    .table-detail td {
      /* padding: 2px 2px 2px 2px; */
      padding: 5px;
      border-bottom: 1px dotted #dddddd;
    }

    .fixture {
      width: 30%;    
    }

    .competition {
      width: 30%;    
    }

    .time {
      width: 10%;    
    }

    .channel {
      width: 30%;    
    }

    .fixture, .competition, .time { 
      border-right: 1px dotted #dddddd;   
    }