/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

 .icon-block {
    padding: 0 15px;
  }
  .icon-block .material-icons {
      font-size: inherit;
  }
  
  .footer {
      border-top: 5px solid red;
  }
  
  .error {
      color: red;
  }
  
  .front{
      background-color: green;
      color: white;
      font-weight: 700
  }
  
  .end{
      background-color: red;
      color: white;
      font-weight: 700
  }

  .added{
      background-color: #fbd563;
      color: white;
      font-weight: 700
  }
  
  .neutral{
      background-color:white;
      color: black;
      font-weight: 700
  }

  .priorityQueueEntry {
      margin-left:0px !important;
  }


