ul.tile4 .manuallink {
    line-height: 1.5em;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 2px;
    padding-right: 2px;
}

.manuallink {
    font-size: 18px;
    display: block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
}

ul.tile4 li {
    margin-right: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 22.9%;
    background-color: #fff;
    background-image: none !important;
    padding: 0px !important;
    font-size: 11px;
    font-weight: bold;
    line-height: 100% !important;
    text-align: center;
    border-radius: 3px;
    box-shadow: 2px 2px 2px 2px #ddd;
    color: #666;
    border: 2px solid #accb2a;
}

.tile4 {
    width: 100%;
    color: #fff;
    display: flex;
    clear: left;
	margin-bottom:0 !important;
}

section#CONTENTS-FULL p.guide {
    margin-bottom: 10px;
}

i.fas.fa-external-link-alt {
    line-height: 1.5em;
}

i.fas.fa-external-link-alt::before {
    content: none;
}

.fa-external-link-alt::after {
    content: "\f35d";
    font-size: 15px;
}

i.fas.fa-file-pdf {
    line-height: 1.5em;
}

.fa-file-pdf::after {
    content: "\f1c1";
    font-size: 15px;
}

i.fas.fa-file-pdf::before{
    content: none;
}


/* Interminds Added */

.h3_dark {background: #666; color: #fff;font-size: 16px;
    font-weight: bold;
    margin: 1em 0 1.5em;
	padding: 8px;
}

.menu_index_flex {display: flex; flex-wrap: wrap; margin: 2em 0;}
.menu_box {border-left:2px solid #ccc; padding:0 20px; }
.menu_box:first-child {border:none;}

ol.menu_index {line-height: 1.8em;margin-left: 1em !important; margin-bottom: 0 !important;}
ol.menu_index a {text-decoration: none;}


ol.menu_index li {font-size:16px !important;font-weight: bold;}
ol.menu_index li ul.menu_sub {margin-left:2em; list-style-type: none !important; margin-bottom:0 !important; margin-top:0.5em;}
ol.menu_index li ul.menu_sub li {list-style-type: none !important; background: none !important; font-size:14px !important; font-weight: normal;}


