div, ul, li {
    margin: 0px;
    padding: 0px;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color: #337ab7;
}


@font-face {
    font-family: 'verdana';
    src: url('../fonts/Verdana.ttf');
  }

  @font-face {
    font-family: 'Times';
    src: url('../fonts/TIMESR.ttf');
  }

body {
    background-color: black;
    font-family: verdana;
    line-height: 1.42857143;
    font-size: 14px;
}

.wrapper{
    width: 1010px;
    min-width: 1000px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
}

.header{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.content-body{
    display: flex;
}

.sidebar{
    width: 180px;
    padding-top: 25px;
}

.menu li{
    background-color: transparent;
    display: flex;
    height: 21px;
    line-height: 22px;
    flex-direction: column;
    padding-right: 10px;
    justify-content: center;
    background: url('../images/sidebar-link.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 2px;
}

.menu li a{
    font-size: 11px;
    font-weight: bolder;
    font-family: verdana;
    padding: 5px 0px;
    color: #333;
    margin-left: 5px;
}
.title-text{
    font-size: 14px;
    font-weight: bold;
}
.font-14{
    font-size: 14px;
}
.text-underline{
    text-decoration: underline;
}
.content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-self: center;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #FFF;
}
.content img{
    width: 100%;
}
.content h1{
    font-weight: bolder;
    font-size: 28px;
}
.content-body{
    padding: 10px 5px;
}
.inner-page-conent {
    font-size: 14px;
    padding: 10px 100px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333;
    font-weight: 400;
    line-height: 1.5;
}
.inner-page-conent p{
    margin-bottom: 15px;
}
.content-title{
    font-size: 16px;
    font-weight: bold;
}
.page-title{
    text-align: center;
    font-family: "Times";
    font-weight: bold;
    font-size: 26px;
}
.text-dark-blue{
    color: #000080;
    font-weight: bold;
}
.content-left-side{
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
}
.content-left-side a{
    color: #337ab7;
    font-weight: bold;
}
.comic-sans-centered{
    font-size: 24px;
    font-family: "Comic Sans MS";
    font-weight: bold;
    text-align: center;
}

.text-red{
    color: #ff0000;
}

.footer {
    padding: 10px 105px;
    text-align: center;
    border-top: 1px solid #000;
    margin-top: auto;
    font-size: 8pt;
    font-weight: bold;
    display:flex;
    justify-content: space-between;
}

.table-row{
    display: flex;
}

.table-left-side{
    width: 150px;
    border: 1px solid #000;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.table-right-side{
    width: 150px;
    border: 1px solid #000;
    flex-grow: 1;
}

.schedule-list{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 2px 10px;
}

.schedule-date{
    font-weight: bolder;
    font-family: 'Comic Sans MS';
    font-size: 14px;
}

.schedule-item{
    display: flex;
}

.schedule-time{
    width: 150px;
}

.schedule-price{
    margin-left: auto;
}

.custom-class {
    table-layout: fixed;
 }

 .text-bold{
    font-weight: 700;
 }
 
 .highlight-title{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
 }

 .font-12{
    font-size: 12px;
 }

 .font-14{
    font-size: 14px;
 }

 .font-16{
    font-size: 16px;
 }
 .font-18{
    font-size: 18px;
 }

 .font-24{
    font-size: 24px;
 }

 .comic-font{
    font-family: 'Comic Sans MS';
 }

 .content-paragraph{
    font-family: "Times","serif";
    line-height: 1.42857143;
    font-size: 12pt;
 }

 .text-left{
    text-align: left;
 }

 .content-unorder-list{
    list-style: circle;
    padding-left: 25px;
    font-size: 10pt;
 }
 .ch-table-left-side{
    width: 150px;
    text-align: center;
 }

 .ch-table-right-side{
    width: 100px;
    text-align: center;
 }

 .address{
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    font-family: "Cambria","serif";
 }

 .times-font{
    font-family: "Times", "serif";
 }
