@charset "UTF-8";
@import url("https://www.manageengine.com/css/fonts.css");
/* CSS Document */

body{
	padding:0;
	margin:0;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	}
section{
	display:none;	
	}
section.show{
	display:block;	
	}	
ul{
	padding-left:15px;
	}
li{
	line-height:28px;
	list-style-type: disc;
    margin-left: 2px;
	}
li span{
	font-weight:300;
	}		
section.show.flex{
	display:flex;
	}
.flex ul{
	padding:0 15px;
	margin:0;
	border-right:1px solid #eee;
	}		
.flex ul:first-child{
	padding-left:0;
	}
.flex ul:last-child{
	padding-right:0;
	border-right:0;
	}		
.flex ul li{
	list-style:none;
	line-height:30px;
	}
section.show.table ul li {
    display: table-cell;
    width: 25%;
    line-height: 25px;
    padding: 8px;
    border: 1px #ccc solid;
    border-top: 0;
    border-right: 0;

}
section.show.table ul {
    display: table-row;
}
section.show.table {
    display: table;
}
section.show.table ul:last-child li {
    border-bottom: 0px;
}
section.show.table ul li:first-child {
    border-left: 0px;
}
section.show.table > strong {
	margin-top:20px;
    padding-bottom: 10px;
    display: inline-block;
}
span#backToTop {
    display: none;
}
.flex ul{
    width: 100%;
    max-width: 240px !important;
}