div.list-view .pager,
div.grid-view .pager {
  text-align: center;
}

ul.yiiPager {
  font-size: 11px;
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 100%;
  display: inline;
}

ul.yiiPager li {
  display: inline;
}

ul.yiiPager a:link,
ul.yiiPager a:visited {
  border: solid 1px #ccc;
  font-weight: bold;
  color: #333;
  padding: 1px 6px;
  text-decoration: none;
}

ul.yiiPager .page a {
  font-weight: normal;
  padding: 5px 10px 5px 10px;
}

ul.yiiPager .next a,
ul.yiiPager .previous a {
  font-weight: normal;
  padding: 5px 10px 5px 10px;
}

ul.yiiPager a:hover {
  border: solid 1px #3333;
}

ul.yiiPager .selected a {
  background: #333;
  border: solid 1px #3333;
  color: #fff;
  font-weight: bold;
}

ul.yiiPager .hidden a {
  border: solid 1px #cccc;
  color: #888;
}

/**
 * Hide first and last buttons by default.
 */
ul.yiiPager .first,
ul.yiiPager .last {
  display: none;
}

.tickets-menu {
  width: 220px;
  text-align: center;
  margin: 0px auto;
  margin-top: 40px;
}

.tickets-menu li {
  list-style: none;
}

.tickets-menu li a {
  line-height: 40px;
  display: block;
  width: 220px;
  height: 40px;
  font-weight: bold;
  color: #666;
  font-size: 13px;
  text-decoration: none;
  padding-right: 2px;
  padding-left: 2px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  margin-left: 7px;
}

.tickets-menu li a:hover {
  background: #eee;
}

.tickets-menu .counter {
  padding: 1px 6px 2px;
  font-size: 12.025px;
  white-space: nowrap;
  color: #fff;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  background-color: red;
  font-weight: normal;
}
