@font-face {
  font-family: 'Droid Sans Mono';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans Mono'), local('DroidSansMono'), url(../fonts/DroidSansMono.ttf) format('TrueType');
}

body {
    padding-top: 50px; 
}

#background-image {
    height: 400px;
    background: url('../fonts/perl-sockets.png') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

ul.play-right {
    display: block;
    margin-bottom: 20px;
}

ul.play-right > li {
    display: block;
    margin-bottom: 10px;
}

ul.play-right > li:before {
    content: "\e250";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #222;
}

.titulo {
    font-family:'Droid Sans Mono','Consolas';
    margin-left: 10%;
    margin-top: 30px;
    margin-bottom: 30px;    
    font-size: 30px;
    min-height: 20px;
    padding: 19px;        
    border-left: 6px solid #d5d5d5;
    border-right: none;
    border-top: none;
    border-bottom: none;
    width: auto;
    max-width: 100%;
    overflow: auto;  
}

