body {
    padding: 0px;
    margin: 0px;
    background: #fff;
    text-decoration: none;
    font-weight: normal;
    line-height: normal;
    width: 100%;
    height: 100%;
    min-width: 700px;
    color: #201600;
    font-size: 18px;
    font-family: arial;
}

* {
    box-sizing: border-box;
}

a {
    color: #4c71b5;
    transition: all 0.3s ease-in;
}

a:hover {
    color: #698da9;
}

#content {
    width: 760px;
    margin: auto;
    overflow: hidden;
    padding: 0 0 0 60px;
}

#content>ul.list {
    padding: 0;
    margin: 35px 0 100px;
    list-style: none;
}

h1 {
    font-size: 34px;
    line-height: 76px;
    font-weight: 700;
    color: #fff;
    background: #698da9;
    margin: 0 0 5px 0;
    text-align: center;
    letter-spacing: -1px;
}

h2 {
    color: #397892;
    background: #c5d8e5;
    font-size: 30px;
    line-height: 44px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 0 0;
    letter-spacing: -1px;
}

.top-link,
.retro .jp-playlist-item-download {
    display: block;
    background: #698da9;
    position: absolute;
    top: -17px;
    right: 0;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 0 4px;
    border-radius: 3px 3px 0 0;
}

.top-link:first-child,
.retro .jp-playlist-item-download:first-child {
    right: 79px;
}

.top-link:hover,
.retro .jp-playlist-item-download:hover {
    color: #201600;
}

ul.list li {
    border-top: 7px solid #698da9;
    position: relative;
    margin-bottom: 30px;
}

ul.list li:before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 7px;
    background: #698da9;
}

ul.list li span.light {
    font-size: 21px;
    display: inline-block;
    vertical-align: top;
}

ul.list li p {
    margin: 0;
}

.title {
    font-size: 22px;
    padding-left: 5px;
    /*   display: inline-block; */
    vertical-align: top;
    font-weight: 700;
}

.subtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 2px;
    display: block;
    letter-spacing: -0.5px;
}

.index {
    position: absolute;
    left: -35px;
    top: 0px;
    font-size: 20px;
    font-weight: 700;
    min-width: 25px;
    text-align: right;
}

.index.many {
    left: -60px;
}

.time {
    margin-bottom: 16px;
    display: block;
}

#content ul li ul.submenu {
    margin: 35px 0 0 20px;
    padding: 0;
    list-style: none;
}

ul.list li ul.submenu li {
    border-top: 7px solid #c5d8e5;
}

ul.list li ul.submenu li:before {
    background: #c5d8e5;
}

ul.list li ul.submenu li .retro .jp-playlist-item-download,
ul.list li ul.submenu li .top-link {
    background: #c5d8e5;
}


/*************************/

hebrew {
    direction: rtl;
}

.hebrew .retro .jp-playlist-item-downloadfirst-child,
.hebrew .retro .jp-playlist-item-download:first-child {
    right: auto;
    left: 70px;
}

.hebrew .top-link,
.hebrew .retro .jp-playlist-item-download {
    right: auto;
    left: 0;
}

.hebrew .index {
    left: auto;
    right: -35px;
    text-align: left;
}

#content.hebrew {
    padding: 0 60px 0 0;
}

.hebrew .index.many {
    right: -60px;
}

#content.hebrew ul li ul.submenu {
    margin: 35px 20px 0 0;
}


/***************/

.menu-of-content {
    text-align: center;
    margin-top: 43px;
}

.menu-of-content>strong {
    font-size: 24px;
}

ul.menu {
    list-style: none;
    padding: 0;
    width: 87%;
    margin: 20px auto;
}

ul.menu li {
    background: #c5d8e5;
    color: #698da9;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 11px;
}

.description {
    font-size: 22px;
    line-height: 28px;
    text-align: justify;
}

.hebrew .description {
    font-size: 21px;
}

.fright {
    float: right;
    margin: 5px 0 0 10px;
    text-align: center;
    line-height: 15px;
}

.fleft {
    float: left;
    margin: 5px 10px 0 0;
    text-align: center;
    line-height: 14px;
}

.clear {
    clear: both;
}

.fleft a:hover,
.fright a:hover {
    opacity: 0.7;
}


/* .fright img {
    max-height: 111px;
} */

ul.list li.title-item {
    color: #698da9;
    background: #c5d8e5;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 35px 0;
    letter-spacing: -1px;
    border-top: none;
}

ul.list li.text-item:before,
ul.list li.title-item:before {
    content: none;
}

ul.list li.text-item {
    border-top: none;
}

.fleft small,
.fright small {
    font-size: 14px;
    letter-spacing: 0;
}

h3 {
    color: #698da9;
    background: #c5d8e5;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px 0;
    padding-bottom: 5px;
}

p.no-margin {
    margin-bottom: 0;
    font-size: 20px;
    text-align: justify;
    line-height: 1.2;
}

ol {
    margin: 0;
}

ol li {
    margin: 8px 0;
    font-size: 20px;
}

ul.square-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

ul.square-list>li {
    padding-right: 17px;
    position: relative;
}

ul.square-list>li:before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #698da9;
    position: absolute;
    top: 5px;
    right: 0;
}

ul.square-list>li ul {
    list-style: disc;
    padding: 0 20px 0 0;
}

.list-title {
    display: block;
    margin-top: 30px;
    font-size: 22px;
}