/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 9, 2016, 1:03:12 PM
    Author     : Chaminchimeg
*/
.year-list {
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 29px;
  /*border: 1px solid #202020;*/
}
.horizon-next, .horizon-prev {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 30px;
  border: none;
  outline: 0;
  background: center no-repeat;
  font-size: 16px;
  color: #555;
  padding-left: 10px;
  padding-top: 12px;
}
.horizon-next:hover, .horizon-prev:hover, 
.horizon-next:focus, .horizon-prev:focus, 
.horizon-next:active, .horizon-prev:active {
  /*background: #292c30;*/
  color: #000;
  text-decoration: none;
}
.horizon-next i, .horizon-prev i {
  font-size: 16px;
}
.horizon-prev {
  left: 0px;
  display: block;
}
.horizon-next {
  right: 0px;
  display: block;
}
.year-list a {
  color: #555555;
  font-size: 15px;
  font-family: 'Roboto Bold';
  padding: 2px 5px;
  /*border: 1px solid #777777;*/
  /*border-radius: 8px !important;*/
}
.year-list a:hover, a.active {
    background: #55caf8;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto Bold';
    padding: 2px 5px;
    border: 1px solid #55caf8;
    /*border-radius: 8px !important;*/
    text-decoration: none;
}
