body{
    background-color:rgb(65, 64, 64);
}
.content{
    background-color:white;
    text-align:left;
    width:960px;
    padding:15px;
    position:relative;
    margin:0 auto;
}

.viewer{
    position:relative;
    width:100%;
    height:60%;
    border:thin black solid;
    border-radius:3px;
    box-shadow:0 5px 5px 5px gray;
}
.hidden{
    display:none;
}
input[type="text"]{
    width:20em;
}
#file-info img{
    max-width:100%;
    max-height:150px;
}
h4{
    margin:0.5em 0 0 0 ;
}