﻿/* custom styles  */
/*#myList li{ 
  display:none;
}
#loadMore {
  color:green;
  cursor:pointer;
}
#loadMore:hover {
  color:black;
}
#showLess {
  color:red;
  cursor:pointer;
}
#showLess:hover {
  color:black;
}*/

@media screen and (max-width: 400px){
  
}
.class-date {
  /*margin-right: 6em;*/
}

h4.class-header {
  background-color: #F8F8F8;
  padding: 0.5em !important;
  border-bottom: 1px solid #000;
  cursor: pointer;
}

.enrollware .button {
  display: inline-block;
  padding: 0.5em 1em;
  color: #fff !important;
  border-radius: 4px;
  float: right;
  text-decoration: none;
  /*margin-right: 1em;*/
  /*right: -15px;*/
}
.enrollware li .button.red {
  background-color: #b91b31;
}

.button-container {
  text-align: center;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

.enrollware li .button.greylink {
  background-color: #a9a9a9;
}

/* enrollware styles */
.enrollware
{
  font-size: 13px;
  font-family: Arial, Verdana, sans-serif;
  /*width: 500px;*/
}

.enrollware ul
{
  list-style-type: none;
  padding: 0;
}

.enrollware ul li
{
  background-color: #F8F8F8;
  border: 1px solid #EEEEEE;
  list-style-type: none;
  display: flex;
}

.enrollware ul li:hover
{
  background-color: #fff;
  border: 1px solid #ccc;
}

.enrollware ul li span
{
  font-size: 9px;
}
.enrollware ul li > a
{
  color: #D60101;
  text-decoration: none;
  display: block;
  padding: 8px 0 8px 8px;
  min-height: 30px;
  flex: 1 0 7em;
  border-bottom: 0;
}

.enrollware ul li a.greylink
{
  color: #888;
}

.enrollware ul li a.singleline
{
  padding-top: 14px;
  padding-bottom: 5px;
}
