    mark {
        color: #333333;
        background-color: #DCE3EA;
    }
    
    #allrecords a {
        color: #333333;
    }
    
    .shadow16 {
        box-shadow: 0 1px 1px rgba(0,0,0,0.05), 
                    0 2px 2px rgba(0,0,0,0.05), 
                    0 4px 4px rgba(0,0,0,0.05), 
                    0 8px 8px rgba(0,0,0,0.05);
                    0 16px 16px rgba(0,0,0,0.05);
    }
    
    .shadow32 {
        box-shadow: 0 1px 1px rgba(0,0,0,0.05), 
                    0 2px 2px rgba(0,0,0,0.05), 
                    0 4px 4px rgba(0,0,0,0.05), 
                    0 8px 8px rgba(0,0,0,0.05);
                    0 16px 16px rgba(0,0,0,0.05);
                    0 32px 32px rgba(0,0,0,0.05);
    }
    
    .shadow64 {
        box-shadow: 0 1px 1px rgba(0,0,0,0.05), 
                    0 2px 2px rgba(0,0,0,0.05), 
                    0 4px 4px rgba(0,0,0,0.05), 
                    0 8px 8px rgba(0,0,0,0.05);
                    0 16px 16px rgba(0,0,0,0.05);
                    0 32px 32px rgba(0,0,0,0.05);
                    0 64px 64px rgba(0,0,0,0.05);
    }
    
    .container {
      display: flex;
      flex-direction: column;
      width: 560px;
    }
    
    .arrow {
      margin-right: 10px;
      width: 20px;
      height: 20px;
    }
    
    .line {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      padding: 15px 40px 15px 30px;
      font-family: 'ProximaNova', Arial, sans-serif;
      font-weight: 300;
      font-size: 20px;
      line-height: 25px;
      text-align: left;
      color: #00408B;
      border: 0px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background-color: #f5f5f5;
      
    }
    
    .line:hover {
      color: #f5f5f5;
      background: #00408B;
    }
    
    .text {
      overflow: auto;
      width: 500px;
      height: 500px;
      padding-top: 19px;
    }
    
    .block {
      font-family: 'ProximaNova', Arial, sans-serif;
      font-size: 16px;
      line-height: 20px;
      font-weight: 400;
      color: #333333;
      display: none;
    }
    
    .block p {
      margin-bottom: 10px;
    }
    
    .block.active {
      display: block;
    }
