        * {
            padding: 0;
            margin: 0;
        }

        body, html {
            height: 100%;
            width: 100%;
            overflow: hidden;
            background: #000;
            color: #fff;
        }

        .player {
            width: 100% !important;
            height: 100% !important;
            position: fixed;
			top: 0px;
        }

            .player iframe {
                width: 100%;
                height: 100%;
            }

        #lines {
            position: fixed;
            height: 30px;
			top: 0;
            width: 100%;
        }

            #lines li {
                list-style: none;
                font-size: 9pt;
                margin: 3px;
            }

            #lines .line {
                float: left;
                border: solid 1px #fff;
                border-radius: 2px;
                padding: 3px 10px;
                cursor: pointer;
              color:#FFF;
            }

                #lines .active, #lines .line:hover {
                    color: #ff0;
                    border: 1px solid #ff0;
                }

            #lines ul {
                display: inline-block;
            }

        .hint {
            margin: 0 5px;
            padding: 3px 10px;
            float: right;
        }