@charset "UTF-8";
/* CSS Document */

.uconn-btn {
  display: inline-block;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #0c2340;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
  
        a.uconn-btn:link, a.uconn-btn:visited {
            color: #ffffff;
            text-decoration: none;
            font-weight: bold;
            font-size: 16px;
            margin-top: 6px;
        }
    
    a.uconn-btn:hover {
        font-weight: bold;
    }
    
     .uconn-btn:hover {
          background-color: #e4002b;
            text-decoration: none;
            font-weight: bold;
            font-size: 16px;
            margin-top: 6px;
        }
  
.wf-btn {
  display: inline-block;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #000;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
  
        a.wf-btn:link, a.wf-btn:visited {
            color: #ffffff;
            text-decoration: none;
            font-weight: bold;
            font-size: 16px;
            margin-top: 6px;
        }
    
    a.wf-btn:hover {
        font-weight: bold;
		color: #000;
    }
    
     .wf-btn:hover {
          background-color: #d1b888;
		 color: #000;
            text-decoration: none;
            font-weight: bold;
            font-size: 16px;
            margin-top: 6px;
        }
  
.liu-btn {
  display: inline-block;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #69b3e7;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
  
        a.liu-btn:link, a.del-btn:visited {
            color: #ffffff;
            text-decoration: none;
            font-weight: bold;
            font-size: 16px;
            margin-top: 6px;
        }
    
    a.liu-btn:hover {
        font-weight: bold;
		color: #69b3e7;
    }
    
     .liu-btn:hover {
          background-color: #ffc72c;
            text-decoration: none;
            font-weight: bold;
            font-size: 16px;
            margin-top: 6px;
        }
  
