h1 {
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
}
h1 a {
    color: inherit;
}

.c-tabs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* TOP TABS */
.c-tabs__top {
    box-sizing: border-box;
    padding: 0;
    margin: 60px 0 0 !important;
    width: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}
.c-tabs__top-item {
    list-style: none;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-tabs__top-item:first-child a {
    border-left: 1px solid #e2e2e2;
}
.c-tabs__top-item a {
    width: 100%;
    cursor: pointer;
    transition: background-color 0.3s, border 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Suisse Intl;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.67;
    text-transform: uppercase;
    padding: 0 23px;
    height: 60px;
    color: #000000;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
}
.c-tabs__top-item a.active-tab {
    background-color: #ff8261;
    border: none !important;
}

/* BOTTOM TABS */
.c-tabs__bot {
    box-sizing: border-box;
    margin: 0 0 50px !important;
    width: 100%;
    background-color: #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-tabs__bot-item {
    margin: 0 5px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 30%;
}

.c-tabs__bot-item a {
    cursor: pointer;
    padding: 10px 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 1.5;
    border-bottom: 1px solid transparent;

    text-transform: uppercase;

    color: #000000;
}
.c-tabs__bot-item a.active-tab-child {
    border-bottom-color: black;
}

/* CALENDARS */

.calendars {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.calendars__list {
    margin: 0 0 60px !important;
    padding: 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.calendars__item {
    margin: 0 20px;
    list-style: none;
    width: 100%;
    max-width: 250px;
}
.calendars__item table {
    width: 100%;
    margin: 0 !important;
    border-collapse: initial !important;
    border-spacing: 7px !important;
}
.calendars__item table a {
    border-bottom: none !important;
    text-decoration: none !important;
}

.calendars__item table tr:first-child table td:first-child {
    display: none;
}
.calendars__item table tr:first-child table td:last-child {
    display: none;
}
.calendars__item table td {
    border: none !important;
}
.calendars__item table tr:first-child table td{

    font-size: 18px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
}
.calendars__item table tr:first-child table{

    margin: 0;
}
.calendars__item table tr:first-child table * {
    padding: 0 !important;
    text-align: left;
}
.calendars__item table tr:first-child td{
    background: transparent !important;
    padding: 0 !important;
}
.calendars__item table tr:nth-child(2) th{
    padding: 5px !important;
    text-transform: uppercase;
    background-color: #E2E2E2;
}
.calendars__item table tr:nth-child(2) ~ tr {
    border-bottom: 0 !important;
    padding-bottom: 0;
}

.calendars__item table tr:nth-child(2) ~ tr td {
    padding: 2px !important;
    border: none !important;

}
.calendars__item table tr:nth-child(2) ~ tr td a{
    font-size: 12px;
    font-weight: 600;
}
/*ul.tg li {*/
/*  list-style: none;*/
/*  float: left;*/
/*}*/

/*#content_right table {*/
/*  border-collapse: separate !important;*/
/*  border-spacing: 1px !important;*/
/*  margin: 0px !important;*/
/*}*/

/*td {*/
/*  padding: 0px !important;*/
/*}*/

/*.btn {*/
/*  border-radius: 0px !important;*/
/*  display: inline-block;*/
/*  background-color: #e3e3e3;*/
/*  color: #000;*/
/*  transition: none;*/
/*}*/

/*.btnChild {*/
/*  //border-radius: 4px !important;*/
/*  display: inline-block !important;*/
/*}*/

/*.tabsChildLi {*/
/*  display: inline-block;*/
/*  //padding: 5px;*/
/*}*/

/*a.btn {*/
/*  font-weight: bold;*/
/*  text-align: center;*/
/*  line-height: 15px;*/
/*  margin: auto;*/
/*  !*line-height: initial;*!*/
/*  display: block;*/
/*  vertical-align: middle;*/
/*  height: 58px;*/
/*  !*box-shadow:0 1px 2px #5e5d5b;*!*/
/*  text-transform: uppercase;*/
/*}*/

/*  a.btn:hover {*/
/*    text-decoration: none;*/
/*    color: black;*/
/*    transition: none;*/
/*  }*/

/*    a.btnChild {*/
/*      */
/*      width: 195px;*/
/*      font-size: 10px;*/
/*      font-weight: bold;*/
/*      word-wrap: break-word;*/
/*      text-align: center;*/
/*      text-transform:uppercase;*/
/*      display: inline-block !important;*/
/*      cursor: pointer;*/
/*      border: 1px solid #bbb;*/
/*	  //border-left: 1px solid #bbb;*/
/*      //background-color: #0966CB;*/
/*      color: gray;*/
/*      padding: 5px 13px 5px 10px;*/
/*    }*/

/*  a.btnChild:hover {*/
/*    text-decoration: none;*/
/*    background-color: #3b66c6 !important;*/
/*    color: #fff !important;*/
/*  }*/

/*ul {*/
/*  margin: 0px !important;*/
/*}*/

/*    #tabs,*/
/*    #tabsChild {*/
/*      list-style: none;*/
/*    }*/
/*	#tabs {*/
/*	  border-bottom: 1px solid #bbb;*/
/*	}*/
/*    .tabs-main-li{*/
/*      text-align: center;*/
/*    }*/
/*    #tabsChild {*/
/*      width: 95%;*/
/*      text-align: center;*/
/*      padding-top: 20px;*/
/*      padding-bottom: 10px;*/
/*      height: auto;*/
/*    }*/

/*#tabs li {*/
/*    //height: 60px;*/
/*    width: 170px;*/
/*    float: left;*/
/*    padding: 5px 0 0 0;*/
/*    position: relative;*/
/*    top: 1px;*/
/*    left: 110px;*/
/*    cursor: pointer;*/
/*}*/
/*      #tabsChild li {*/
/*        height: 40px;*/
/*		margin: 0 10px 0 0;*/
/*      }*/

/*.active-tab {*/
/*  background-color: #fff !important;*/
/*  color: #000 !important;*/
/*  border-bottom: 1px solid #fff;*/
/*}*/

/*.active-tab-child {*/
/*  background-color: #3b66c6 !important;*/
/*  color: #fff !important;*/
/*}*/

/*#legend {*/
/*  margin-bottom: 10px;*/
/*}*/

/*  #legend td {*/
/*    background-color: #FFF !important;*/
/*  }*/

/*.snos li {*/
/*  font-style: italic;*/
/*}*/

/*.dropDown {*/
/*  margin-top: 70px;*/
/*}*/

/*#div-cal-legend {*/
/*  margin-top: 20px;*/
/*}*/
