body{
    background-color: #001;
}

.pt-css-header{
    padding: 10px 0 20px 0;
    color: #fff;
    background-color: #d9534f;
}

.pt-css-letra-titulo{
    font-family: 'Luckiest Guy', cursive;
}

.pt-css-letra-base{
    font-family: 'Homenaje', sans-serif;
}

.pt-css-letra-game{
    font-family: 'VT323', monospace;
    font-size: 40px;
    text-align: center;
    color: #1e88e5;
}

.pt-css-boton-altura {
    height: 100px;
    font-size: 30px;
}

.pt-css-body{
    min-height: 350px;
    margin-bottom: 30px;
}

.pt-css-logo {
    margin-top: 30px;
    height: 100%;
    width: 100%;
}

.pt-css-perfil{
    height: 100%;
    width: 100%;
    padding: 30px 0px 30px 0px;
}

#pt-img-developer1, #pt-img-developer2 {
    border-radius: 50%;
}

.pt-css-tiempo{
    padding: 30px 20px 30px 20px;
    color: #fff;
}

.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.p0 {padding: 0px;}
.pt-css-letra-color {color: #fff;}

#slider .slider-selection {
    background: #BABABA;
}

.slider-handle {
    background-image: linear-gradient(to bottom, #d9534f 0%, #d9534f 100%);
}

.slider.slider-horizontal {
    width: inherit;
}
.pt-css-sombra {
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px #e3f2fd;
}
.pt-css-reloj {
    margin-top: 30px;
    font-family: 'VT323', monospace;
    font-size: 110px;
    text-align: center;
    color: #1e88e5;
}

.glyphicon-hand-left{
    float: left;
    font-size: 50px;
    line-height:100px;
    color: #1e88e5;
}

.glyphicon-hand-right{
    float: right;
    font-size: 50px;
    line-height:100px;
    color: #1e88e5;
}

.pt-css-tiempo-custom {
    height: 20px;
    color: #fff;
    background-color: #444;
    border: transparent;
}

.pt-css-tiempo-custom[disabled] {
    background-color: #666;
}

.pt-css-player {
    background-color: transparent;
    border: none;
}

.pt-hidden-input{
    display: none;
    visibility: hidden;
}