#competition-list,
#competition-pager,
#competition {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 0;
}

#competition-list .cl-title {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
}

#competition-list .cl-items {
  list-style-type: none;
}

#competition-list .cl-items .cl-index,
#competition-list .cl-items .cl-item {
  white-space: nowrap;
  height: 32px;
}

#competition-list .cl-items .cl-item-anchor {
  display: block;
}

#competition-list .cl-items .cl-item-anchor span {
  color: #666;
}

#competition-list .cl-items .cl-item-anchor:hover span {
  text-decoration: underline;
}

#competition-list .cl-items .cl-index {
  background-color: #666;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}

#competition-list .cl-items .cl-index span {
    font-size: 18px;
    text-align: center;
}

#competition-list .cl-items .cl-item {
}

#competition-list .cl-items .cl-item span {
  color: #36c;
}

#competition-list .cl-items .cl-item.yet span {
  color: #666;
}

#competition-list .cl-items .cl-index span,
#competition-list .cl-items .cl-item span {
  display: inline-block;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
    font-size: 16px;
}

#competition-list .cl-items .cl-index-name,
#competition-list .cl-items .cl-item-name {
  width: 540px;
}

#competition-list .cl-items .cl-item-name {
}

#competition-list .cl-items .cl-index-event,
#competition-list .cl-items .cl-item-event {
  width: 90px;
}

#competition-list .cl-items .cl-index-location,
#competition-list .cl-items .cl-item-location {
  width: 140px;
}

#competition-list .cl-items .cl-index-schedule,
#competition-list .cl-items .cl-item-schedule {
  width: 160px;
}

#competition-list .cl-items .cl-item-name,
#competition-list .cl-items .cl-item-event,
#competition-list .cl-items .cl-item-location,
#competition-list .cl-items .cl-item-schedule {
  text-align: center;
}

#competition-list .cl-items .cl-item {
  border-bottom: 1px solid #ccc;
  font-size: 18px;
}

#competition-list .cl-items .cl-item.even {
}

#competition-list .cl-items .cl-item.odd {
  background-color: #dddddd;
}

#competition-list .cl-items .cl-item-event .cl-item-event-icon {
  display: inline-block;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: .3em;
  margin-left: 1px;
  border: 1px solid #333;
}

#competition-list .cl-items .cl-item-event .cl-item-event-icon:first-child {
  margin-left: 0;
}

#competition-list .cl-items .cl-item-event .cl-item-event-icon-lead {
  color: #333;
}

#competition-list .cl-items .cl-item-event .cl-item-event-icon-bouldering {
  background-color: #333;
  color: #fff;
}

#competition-list .cl-items .cl-item-event .cl-item-event-icon-speed {
  background-color: #00c;
  color: #fff;
}

#competition-list .cl-items .cl-item-event .cl-item-event-icon-paraclimbing {
  background-color: #c00;
  color: #fff;
}

#competition .competition-title {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 20px;
}

#competition .competition-data {
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#competition .competition-data .cd-item-title,
#competition .competition-data .cd-item-data {
}

#competition .competition-data .cd-item-title {
  float: left;
  font-size: 18px;
  font-weight: 600;
  width: 160px;
}

#competition .competition-data .cd-item-data {
  font-size: 18px;
  margin-left: 160px;
}

#competition .competition-result {
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#competition .competition-result .cr-title {
  font-size: 22px;
  padding: .1em 0;
  border-bottom: 2px solid #06c;
  color: #06c;
  margin-bottom: 20px;
}

#competition .competition-result .cr-game-title {
  font-size: 18px;
  padding: .0em .4em;
  border-left: 5px solid #333;
  margin-bottom: 10px;
}

#competition .competition-result .cr-result {
  margin-bottom: 40px;
  width: 960px;
}

#competition .competition-result .cr-items-wrapper {
  padding-bottom: 30px;
}

#competition .competition-result .cr-items {
  list-style-type: none;
}

#competition .competition-result .cr-index,
#competition .competition-result .cr-item {
}

#competition .competition-result .cr-index {
  background-color: #666;
  color: #fff;
  white-space: nowrap;
}

#competition .competition-result .cr-index span {
    font-size: 16px;
    display: inline-block;
    text-align: center;
    padding: .3em 0;
}

#competition .competition-result .cr-item span {
    font-size: 16px;
  display: inline-block;
  text-align: center;
  padding: .3em 0;
  color: #333;
}

#competition .competition-result .cr-item-rank,
#competition .competition-result .cr-item-age {
  text-align: center;
}

#competition .competition-result .cr-index-rank,
#competition .competition-result .cr-item-rank {
  width: 80px;
}

#competition .competition-result .cr-index-name,
#competition .competition-result .cr-item-name {
  width: 320px;
}

#competition .competition-result .cr-index-age,
#competition .competition-result .cr-item-age {
  width: 80px;
}

#competition .competition-result .cr-index-country,
#competition .competition-result .cr-item-country {
  width: 240px;
}

#competition .competition-result .cr-index-hometown,
#competition .competition-result .cr-item-hometown {
  width: 240px;
}

#competition .competition-result .cr-item {
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
}

#competition .competition-result .cr-item .cr-item-anchor {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

#competition .competition-result .cr-item .cr-item-anchor span {
  color: #36c;
}

#competition .competition-result .cr-item .cr-item-anchor:hover span {
  text-decoration: underline;
}

#competition .competition-result .cr-item.odd {
  background-color: #ddd;
}

#competition .competition-result .cr-item span {
  white-space: nowrap;
  display: inline-block;
}

#competition-pager .cp-items {
    text-align: center;
    list-style-type: none;
    padding: 0 0 20px;
}

#competition-pager .cp-item {
    display: inline-block;
    width: 160px;
    padding: 0 20px;
    height: 50px;
}

#competition-pager .cp-item .cp-item-year,
#competition-pager .cp-item .cp-item-anchor {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #666;
  width: 120px;
  line-height: 50px;
  text-align: center;
}

#competition-pager .cp-item .cp-item-anchor:hover {
  color: #f63;
}

#competition .competition-link {
  text-decoration: none;
  color: #000;
}

#competition .competition-link .cel-title {
  font-size: 22px;
  font-weight: 600;
  padding: .1em 0;
  border-bottom: 2px solid #06c;
  color: #06c;
  margin-bottom: 20px;
}

#competition .competition-link .cel-items {
  list-style-type: none;
}

#competition .competition-link .cel-items .cel-item {
  border-bottom: 1px dotted #999;
}

#competition .competition-link .cel-items .cel-item:first-child {
  border-top: 1px dotted #999;
}

#competition .competition-link .cel-items .cel-item a {
  display: block;
  padding: 0.5em 0.5em;
  color: #666;
}

#competition .competition-link .cel-items .cel-item a:hover {
  background-color: #f0f0f0;
}

