summary::marker, ::-webkit-details-marker{
    color:#495057;
}
a {
 text-decoration: none; !important
}
a:hover {
	text-decoration: underline;
}
.fakeimg {
      height: 200px;
      background: #aaa;
  }
  .table thead th,
  .table thead td,{
    vertical-align: middle;
}
.container{
max-width:1300px;
}
.list-group-item, .list-group{
    background-color:transparent;
}
.first-li{
    border-top:none;
    padding-top:0px;
}
.last-li{
    border-bottom:none;
}
.alert{
    margin-left:-1.25rem;
}
#online{
    font-size:10px;
    line-height:1;
    text-align:center;
    table-layout:fixed;
    width:485px;
    border:none;
}
#online td{
    width:15px;
    height:15px;
    padding:0px;
    vertical-align:middle;
}
#online td.first{
    width:20px;
    border:none;
}
#online td.last{
    height:20px;
    border:none;
}
#timetable{
    font-size:13px;
    border-collapse:collapse;
}
#timetable tr, #timetable td{
    padding:0.3rem;
    text-align:center;
    vertical-align:middle;
}
#timetable2{
    font-size:13px;
    border-collapse:collapse;
}
#timetable2 tr, #timetable2 td{
    padding:0.3rem;
    text-align:center;
    vertical-align:middle;
}

/* увеличенна¤ картинка */
#magnify {
  display: none;
 
  /* position: absolute; upd: 24.10.2016 */
  position: fixed;
  max-width: 600px;
  height: auto;
  z-index: 9999;
}
 
#magnify img {
  width: 100%;
}
 
/* затемн¤ющий фон */
#overlay {
  display: none;
 
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 9990;
}
 
/* кнопка закрыти¤ */
#close-popup {
  width: 30px;
  height: 30px;
 
  background: #FFFFFF;
  border: 1px solid #AFAFAF;
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
 
#close-popup i {
  width: 30px;
  height: 30px;
  background: url(../img/cross.png) no-repeat center center;
  background-size: 16px 16px;
  display: block;
}
 
@keyframes rota {
 25% { transform: rotate(360deg); }
}
 
#close-popup:hover {
  animation: rota 4s infinite normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.minimized{
    cursor:pointer !important;
}
.minimized:hover{
    border:1px solid #2FA4E7;
}