<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.livechair_box { background: #230871; width: 100%; float: left; overflow: hidden; }
.livechair_box li, .livechair_box p { color: var(--white); font-size: 18px; }
.livechair_box h2, .livechair_box h3 { font-weight: 400; color: var(--white); margin: 0 0 22px; }
.livechair_box figure { margin: 0; }
.livechair_box p:last-child { margin-bottom: 0; }
.live_hdr { width: 100%; float: left; background: url(../img/live-chair/live_pattern.jpg) repeat; padding: 60px 60px 20px; }
.live_des { width: 100%; float: left; text-align: center; padding: 30px 0; background: #645dc7; }
.live_screenshot img { width: 100%; }
.live_listing { width: 100%; float: left; padding: 30px 50px; background: #645dc7; }
.live_listing li { width: 50%; float: left; position: relative; padding-left: 50px; margin: 0 0 15px; }
.live_listing li:nth-child(2n+1) { clear: both; }
.live_listing li:last-child { margin-bottom: 0; }
.live_listing li:before { 
	content: ''; background-image: url(../img/live-chair/star_icon.png); background-repeat: no-repeat; background-size: 100%; width: 29px; height: 28px; top: 2px; position: absolute; left: 0; top: 0; 
}
.live_barbar { width: 100%; float: left; padding: 22px 0; background: url(../img/live-chair/live_pattern.jpg) repeat; }
.live_screenshot_lst { width: 100%; float: left; padding: 30px 0; position: relative; }
.live_screenshot_lst:before { content: ''; background-image: url(../img/live-chair/live_tech_bg.jpg); background-repeat: no-repeat; background-position: center center; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: .1; }

@media (max-width:991px) {
	.live_listing li { width: 100%; }
}
@media (max-width:880px) {
	.live_hdr { padding: 40px 30px 20px; }
}
@media (max-width:767px) {
	.live_listing li,   .live_listing p{ font-size: 16px; }
}
@media (max-width:575px) {
	.live_hdr { padding: 30px 20px 15px;}
}</pre></body></html>