#content {
    width: 1200px;
    min-height: 900px;
    display: flex;
}

#content .menu-list {
    width: 230px;
    padding-left: 40px;
    padding-top: 50px;
    margin-right: 80px;
    border-right: 2px dashed #eee;
}
#content .menu-list .title{
    padding-left: 16px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 40px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #404040;
    /*color: gray;*/
}
#content .menu-list .menu{
    padding-left: 10px;
    font-size: 1rem;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    color: #2f2f2f;
    cursor: pointer;
    border-left: 6px solid white;
}
#content .menu-list .menu.selected{
    /*border-left: 6px solid rgba(35, 118, 173, 1);*/
    color: rgba(35, 118, 173, 1);
    font-weight: bold;
}
#content .menu-list .menu:not(.selected):hover{
    /*border-left: 6px solid #61879f;*/
    font-weight: bold;
}


#content .detail {
    position: relative;
    width: 890px;
    padding-top: 50px;
}
#content .detail .title{
    font-size: 1.3rem;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 40px;
    font-weight: bold;
    color: #404040;
    /*color: rgba(35, 118, 173, 1);*/
    /*border-bottom: 1px solid lightgrey;*/
    border-left: 6px solid rgba(35, 118, 173, 1);
}

#content .detail .sub-title {
    font-weight: bold;
    font-size: 1.36rem;
    height: 56px;
    /*border-bottom: 2px solid #eee;*/
    /*margin-bottom: 20px;*/
    color: #404040;
    padding-left: 5px;
}
#content .detail .desc {
}
#content .detail .desc .list table{
    width: 100%;
    /*border-top: 1px solid gray;*/
    border-bottom: 2px solid #eee;
    /*margin-top: 50px;*/
}
#content .detail .desc .list table tr{
    cursor: pointer;
    border-bottom: 1px solid #f2f4f7;
}
#content .detail .desc .list table tr:last-child{
    border-bottom: none;
}
#content .detail .desc .list table tr:hover{
    background-color: #f8f9fb;
}
#content .detail .desc .list table th{
    border-bottom: 1px solid gray;
    vertical-align: middle;
    text-align: center;
    height: 40px;
    color: gray;
}
#content .detail .desc .list table td{
    color: #404040;
    vertical-align: middle;
    height: 88px;
    text-align: center;
}
#content .detail .desc .list table td i {
    margin: 0 4px;
}
#content .detail .desc .list table td.pastor,
#content .detail .desc .list table td.date {
    font-size: 0.96em;
    color: #aaa;
    width: 150px;
}
#content .detail .desc .list table td.pastor {
    width: 120px;
}



#content .detail .desc .list table td.title-verse {
    text-align: left;
    padding-left: 5px;
}
#content .detail .desc .list table td.title-verse > div:first-child{
    font-size: 1.05rem;
}
#content .detail .desc .list table td.title-verse > div:last-child{
    font-size: .9rem; color: gray;
}
#content .detail .desc .list table td.worship {
    color: rgba(15, 17, 119, 0.67);
    font-weight: bold;
    font-size: 0.96em;
    width: 120px;
}
#content .board-detail {
    padding-top: 50px;
}

#content .board-detail .buttons {
    margin-top: 30px;
    text-align: right;
    margin-bottom: 30px;
}
#content .board-detail .buttons button{
    border: 1px solid lightgrey;
    padding: 6px 16px;
    border-radius: 4px;
    margin-left: 10px;
}
#content .board-detail .buttons button:hover {
    font-weight: bold;
    color: rgba(15, 17, 119, 1);
}


