﻿.stopwatch {
    display: inherit;
    background-color: white;
    border: 1px solid #eee;
    padding: 5px;
    margin: 5px;
    text-align:center;
    border: 2px solid;
    border-radius: 25px;
  }
  .stopwatch span {
    font-weight: bold;
    display: block;
  }
  .stopwatch a {
    padding-right: 12px;
    text-decoration: none;
    
  }
  
  .timer
  {
      font-weight:bold;
  }
  
  .unAttended
  {
      background-color: Red;
  }
  
  
