/*
Theme Name: Livestream
Theme URI: https://example.com
Description: Custom livestream theme using Playback API
Version: 1.0
Author: -
*/

body {
    background: #000;
    color: #fff;
    margin: 0;
    font-family: Arial, sans-serif;
}

a { color: #fff; text-decoration: none; }

.container {
    width: 95%;
    margin: auto;
    padding-top: 20px;
}


@media (min-width: 320px) and (max-width: 768px) {
	
.rowarea {flex-flow: column;}
	
}