.eventNameDiv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #F4F4F4;
}
.eventNameDiv .eventName {
  padding: 16px 160px 16px 0;
  font-weight: 700;
  text-align: left;
  font-size: 16px;
}
.eventNameDiv .chevron {
  cursor: pointer;
}
#resultFileList ul {
  list-style: none;
}
#resultFileList li:nth-child(even) {
  background-color: #f8f9fc;
}
#resultFileList li {
  margin-left: 0;
  list-style: none;
  border: none !important;
  cursor: pointer;
}
#resultFileList li a {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  vertical-align: middle;
  font-weight: 700;
}
#eventsNav p {
  font-weight: 700;
  text-align: left;
  font-size: 16px;
}
#eventsNav li:nth-child(even) {
  background-color: #f8f9fc;
}
#eventsNav li {
  border: none !important;
  cursor: pointer;
}
#eventsNav li a {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  vertical-align: middle;
  font-weight: 700;
}
.eventTable {
  border: solid 1px #F4F4F4;
}
.eventTable thead .eventHeadRow {
  height: 38px!important;
  background-color: #f8f9fc;
}
.eventTable thead .eventHeadRow th {
  color: #454650 !important;
  font-size: 12px  !important;
  line-height: 14px  !important;
  font-weight: 400  !important;
  vertical-align: middle  !important;
  border: none !important;
}
.eventTable tbody .eventPage {
  cursor: pointer;
  height: 25px !important;
}
.eventTable tbody tr {
  height: 34px !important;
  border: none !important;
}
.eventTable tbody tr td {
  border: none !important;
  padding: 0 !important;
}
.eventTable tbody .subEventName {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  vertical-align: middle;
  font-weight: 700;
}
.eventTable tbody .heat {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  text-align: center !important;
  vertical-align: middle !important;
}
.eventTable tbody .wind {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  text-align: center !important;
  vertical-align: middle !important;
}
.eventTable tbody .video {
  text-align: center !important;
  vertical-align: middle !important;
}
.eventTable tbody .place {
  font-weight: 500  !important;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #000;
  text-align: center !important;
  vertical-align: middle !important;
}
.eventTable tbody .grade {
  font-weight: 500  !important;
  font-size: 14px  !important;
  line-height: 18px  !important;
  color: #000;
  text-align: center  !important;
  vertical-align: middle  !important;
}
.eventTable tbody .athlete {
  display: flex;
  align-items: center  !important;
}
.eventTable tbody .athlete .teamLogo {
  height: 25px;
  width: 25px;
  margin: 4px 10px;
}
.eventTable tbody .athlete a {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.eventTable tbody .teamWithLogo {
  display: flex;
  align-items: center;
}
.eventTable tbody .team {
  font-weight: 400  !important;
  font-size: 14px  !important;
  line-height: 18px  !important;
  letter-spacing: 0.001em !important;
  padding-left: 12px  !important;
  min-width: 140px  !important;
  vertical-align: middle  !important;
}
.eventTable tbody .team a {
  color: #0000ff;
}
.eventTable tbody .team .teamLogo {
  height: 25px;
  width: 25px;
  margin: 4px 10px;
}
.eventTable tbody .tsTeam {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .eventTable tbody .tsTeam {
    height: 60px;
  }
}
.eventTable tbody .tsTeam .teamLogo {
  height: 25px;
  width: 25px;
  margin: 4px 10px;
}
.eventTable tbody .tsTeam a {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #0000ff;
}
.eventTable tbody .finish {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  vertical-align: middle;
}
.eventTable tbody .point {
  vertical-align: middle;
  text-align: center;
}
.eventTable tbody tr:nth-child(even) {
  background-color: #f8f9fc;
}
.eventTable tbody tr:nth-child(odd) {
  background-color: transparent !important;
}
