<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wallconstrictor {
    margin-right: 2%;
    width: 98%;
}
.detailafterposttags {
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    display: inline-block;
    padding: 0.2em 0.4em;
}
.wallimagecontainer {
    float: right;
    width: 40%;
    height: 25vh;
    margin-bottom: 2%;
    margin-left: 2%;
}
.wallpostimage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.walltextcontainer {
    height: auto;
    padding: 2%;
    overflow: hidden;
}
.walltagcontainer p {
    color: #0A0203;
    margin-bottom: 0;
    font-size: 1.6em;
}
.walltaginner{
    display: inline-block;
    padding-right: 2em;
}
.walltagcontainer fa {
    display: inline-block;
    margin-bottom: 0;
    font-size: 2.4em;
}
.wallfulltextcontainer p {
    color: #0A0203;
    font-size: 1.2em;
}
.wallfulltextcontainer a {
    color: #199bd7;
}
.wallfulltextcontainer a:hover {
    color: #003366;
}
.walltextcontainer h1 {
    color: #199bd7;
    font-size: 4em;
    line-height: normal;
}
.walltextcontainer h2 {
    color: #199bd7;
    font-size: 2em;
    line-height: normal;
}
.walltextcontainer h3 {
    color: #0A0203;
    font-size: 1.6em;
}
.walltextcontainer h4 {
    color: #0A0203;
    font-size: 1.4em;
}
.walltextcontainer h5 {
    color: #0A0203;
    font-size: 1.2em;
}
.walltitlecontainer {
    height: auto;
    overflow: auto;
}
.walltagcontainer {
    height: auto;
    padding-bottom: 2%;
    overflow: auto;
}
.wallsummarycontainer p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.walltextcontainer ul {
    list-style-position: outside;
    padding-inline-start: 2em;
}

.walltextcontainer li {
    color: #000000;
    font-size: 1.2em;
    padding: 0.7em 0.7em 0.7em 0em;
}

.walltextcontainer li::marker {
	color: #199bd7;
}

.walltextcontainer li:not(:last-of-type) {
    border-bottom: 1px solid lightgrey;
}

.socialcontainer {
    width: 100%;
}
.socialcontainer .socialbutton {
    border-radius: 8px;
    display: inline-block;
    margin: auto 1.4%;
    text-align: center;
    width: 30%;
}
.socialcontainer .socialbutton:hover {
    transform: scale(1.1);
}
.socialcontainer .socialbutton i {
    color: #ffffff;
}
.socialbuttontwitter {
    background-color: #000000;
}
.socialbuttonlinkedin {
    background-color: #0072b1;
}
.socialbuttonfacebook {
    background-color: #0165E1;
}

@media only screen and (max-width:950px) and (max-height:950px) and (orientation: portrait){
    .wallimagecontainer {
        float: none;
        width: 100%;
        margin-left: 0%;
    }
    .walltextcontainer h1 {
        font-size: 2em;
    }
    .walltagcontainer p {
        font-size: 1em;
    }
	.walltextcontainer ul {
		
	}
	.walltextcontainer li {
		font-size: 0.8em;
		padding: 0.3em 1em 0.3em 0em;
	}
    .socialcontainer .socialbutton {
        display: block;
        margin: 0.5em 10%;
        width: 80%;
    }
}</pre></body></html>