<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.guest_p {
    padding: 0 5% 5% 0;
    width: 300px;
    float: left;
}

#guest_i {
    width: 100%;
    display: table-cell;
    padding: 10px;
}

ul.sts {
	padding: 0 0 0 40px;
}

li.sts {
	line-height: 20px;
	list-style-image: url("../img/list.png");
}

@media screen and (max-width: 769px) {
.guest_p {
    float: none;
    width: 70%;
    margin: 0 auto;
    padding: 0 15%;
    text-align: center;
    }
}</pre></body></html>