.page-inheritance .entry-content h3.subtitle {
    background-color: #D9D9D9;
    font-size: 2em;
    display: inline-block;
    
}

.page-inheritance .entry-content .shukatu {
    text-emphasis: filled circle black;
    -webkit-text-emphasis: filled black;
}

.page-inheritance .entry-content h4 {
    text-shadow:0 0 10px #FF0;
    font-size: 1.5em;
    border-left: thick solid black;
    padding-left: 5px;
}

.page-inheritance .entry-content ul.sample {
    border: solid 1px  black;
    display: inline-block;
    position: relative;
}


.page-inheritance .entry-content .sample li {
    list-style-type: none;
    line-height: 1.5;
    padding: 0.5em 0;
    padding-left: 1.6em;
} 

.page-inheritance .entry-content .sample li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    position: absolute;
    left: 0.5em;
    color: black;
}


@media only screen and (max-width: 599px) {

	
	.page-inheritance .entry-content h3.subtitle {
		font-size: 1.5em;
		padding: 5px;
	}
