Pomoć:Sadržaj/styles.css

.helpContents-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.helpContents-main {
	overflow: auto;
	background: #f8f9fa;
	border: 1px solid #a2a9b1;
	padding: 20px;
}

.helpContents-header {
	border-bottom: 1px solid #a2a9b1;
	flex: 1 0 100%;
    padding-bottom: 1em;
    text-align: center;
}

.helpContents-section {
    position: relative;
    flex: 1 0 50%;
    min-width: 330px;
    box-sizing: border-box;
    margin: 1em 0; 
    padding-left: 30px;
    padding-right: 20px;
}


.helpContents-section ul {
	margin-left: 0;
}

.helpContents-icon {
    position: absolute;
    top: 22px;
    left: 0;
    opacity: 0.7;
}

.helpContents-section h2 {
	font-size: 21px;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 0.25em;
	line-height: 1.5;
}