/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29 déc. 2015, 19:11:37
    Author     : baldetti
*/
html {
    background: radial-gradient(#00a4cd, #004491, #090063);
    width: 100%;
    height: 100%;
}
#baakelitecontent{
    top: 60px;
    width: 100%;
    height: calc(100% - 60px);
    position: absolute;
    text-align: center;
    font-family: arial, sans-serif;
    overflow: no-display;
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: url("/nolang/baakelite/wall.png") repeat center center;
    color: white;
    text-shadow: 1px 1px black;
    
}
.textzone {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    
}
#icon_headbar {
    height: 60px;
    width: auto;
}
#baakelitetitle {
    width: 100%;
    height: auto;
    max-width: 300px;
}
.selectmovie {
    width: 95%;
    height: auto;
    max-width: 300px;
}
.btn {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #ffffff;
  font-size: 20px;
  background: #000000;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
video {
    width: 100%;
    height: auto;
}