.tab {
    display: none;
}
.sfPageEditor .tab {
    display: block;
}
li.sflistListItem.sflistitem {
    list-style: none;
}
.candidateUpdate ul.sflistList.sflist {
    margin: 0;
    padding: 0;
}
.cu_item {
	display: flex;
	flex-direction: inherit;
}
/* needs to be cleaned up */
/* .name:nth-child(1)::before {
    content: 'Exam Name and Syllabus Version ';
    font-weight: 500;
    display: block;
    border-bottom: 1px solid;
} */
/* .sflistList.sflist > div.cu_item:nth-child(1) .name::before {
    content: 'Exam Name and Syllabus Version ';
    font-weight: 500;
    display: block;
    border-bottom: 1px solid;
} */
/* 
.update::before {
    content: 'Update/Development ';
    font-weight: 500;
    display: block;
    border-bottom: 1px solid;
}
.from::before {
    content: 'Action Effective From/To ';
    font-weight: 500;
    display: block;
    border-bottom: 1px solid;
}
.posted::before {
    content: 'Date Posted ';
    font-weight: 500;
    display: block;
    border-bottom: 1px solid;
} */
div.testingText,
h3.sflistItemTitle.sftitle {
    display: none;
}
.menuContainer {
    margin: 10px 0px;
}
.menuContainer a {
    margin: 25px;
}

.RFCTesting .name,
.cu_item .name {
    width: 20% !important;
    background: #efefef;
    margin: 1px;
    padding: 4px;
    font-size: 10px;
}
.RFCTesting .update,
.cu_item .update {
    width: 50%;
    background: #efefef;
    margin: 1px;
    padding: 4px;
    font-size: 10px;
}
.RFCTesting .from,
.cu_item .from {
    width: 15%;
    background: #efefef;
    margin:1px;
    padding: 4px;
    font-size: 8px;
}
.RFCTesting .posted,
.cu_item .posted {
    width: 15%;
    background: #efefef;
    margin: 1px;
    padding: 4px;
    font-size: 8px;
}
.menuContainer.nav > li > a {
    padding: 8px 14px !important;
    margin: 0px 6px 0px 0px;
    background: #efefef;
    border-radius: 200px;
    font-size: 13px;
    color: #444;
} 
.menuContainer.nav > li > a:hover {
 background: #cfcfcf;   
}
.menuContainer.nav-pills>li+li {
 margin: 0px;   
}

.headerWrapper .sfContentBlock.sf-Long-text {
    margin-bottom: 0px;
}

.headerRow {
 font-weight: bold;   
}
.headerRow .name,
.headerRow .update,
.headerRow .from,
.headerRow .posted {
 background: #dfdfdf;   
}

.row.tab .sf-Long-text {
 margin-bottom: 0px;   
}
.bulletins a.btn.btn-primary {
    width: 100%;
}
.menuContainer .dropdown-menu > li > a {
    padding: 0px;
    margin: 10px 10px;
    border-radius: 10px;
    font-size: 12px;
    background: transparent;
    font-weight: 600;
}
.menuContainer .dropdown-menu {
    z-index: 9999;
    background: #eeeeee;
    border-radius: 10px;
    margin-top: 4px !important;
}
.menuContainer .dropdown-menu > li > a {
     
}
.update img {
    max-width: 100%;
}

@media (min-width: 768px) {
    .RFCTesting .name,
.cu_item .name {
    width: 20% !important;
    background: #efefef;
    margin: 2px;
    padding: 10px;
    font-size: 14px;
}
.RFCTesting .update,
.cu_item .update {
    width: 50%;
    background: #efefef;
    margin: 2px;
    padding: 10px;
    font-size: 14px;
}
.RFCTesting .from,
.cu_item .from {
    width: 15%;
    background: #efefef;
    margin: 2px;
    padding: 10px;
    font-size: 14px;
}
.RFCTesting .posted,
.cu_item .posted {
    width: 15%;
    background: #efefef;
    margin: 2px;
    padding: 10px;
    font-size: 14px;
}
    
}