﻿ul.city-list, ul.lesson-list {
  margin: 0;
  padding: 0;
  text-align: center;
}

  ul.city-list li {
    font-size: 18px;
	font-weight:bold;
    margin: 0px 30px 0px 30px;
	text-align:center;
  }

  ul.lesson-list li {
    border-top: 5px solid #009999;
    box-shadow: 0 0 14px rgba(0, 0, 0, .3);
    margin: 1em 2em;
    position: relative;
  }
  
   ul.lesson-list h3 {
    color:#000;
  }

    ul.lesson-list li a:hover {
      color: #009999;
      cursor: pointer;
      text-decoration: none;
    }

    ul.lesson-list li div.more {
      background: rgba(0, 0, 0, .5);
      display: table;
      font-size: 1.5em;
      position: absolute;
      top: 2.05em;
      width: 300px;
    }

      ul.lesson-list li div.more a {
        color: #fff;
        display: table-cell;
        height: 7.2em;
        vertical-align: middle;
      }

      ul.lesson-list li div.more:hover {
        cursor: pointer;
      }

  ul.city-list li, ul.lesson-list li {
    color: #009999;
    display: inline-block;
    list-style: none;
  }

    ul.city-list li:hover {
      color: #16264e;
      cursor: pointer;
      text-decoration: underline;
    }

    ul.city-list li.selected {
      font-weight: bold;
	  color:#000;
    }

      ul.city-list li.selected:hover {
        color: #009999;
        cursor: default;
        text-decoration: none;
      }



@media only screen and (min-width : 0) and (max-width : 359px) {
  ul.lesson-list li img {
    width: 240px;
    height: 112px;
  }
}
