* {
    padding: 0px;
    margin: 0px;
}

body {
    background-color: #ccc;
}

h1 {
    padding-bottom: 20px;
}

.img-responsive {
    min-height: 80px;
    max-height: 500px;
    min-width: 80px;
    object-fit: contain;
}

.thumbnail {
    min-width: 100px;
    margin-left: 5px;
    margin-right: 5px;
}

#topbar {
    background-image: url( '../images/banner.png');
    background-repeat: no-repeat;
    height: 66px;
    background-color: #000;
}

.thumbnail {
    max-width: 800px;
}

.container {
    margin: 10px auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 6px;
    width: 1000px;
    background-color: #fff;
    
    min-height: 100px;
        
}

.container_login {
    width: 500px;
}


.nav-sidebar { 
    width: 200px;

    padding: 8px 0; 
    border-right: 1px solid #ddd;
}
.nav-sidebar a {
    color: #333;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
    -webkit-border-radius: 4px 0 0 4px; 
    -moz-border-radius: 4px 0 0 4px; 
    border-radius: 4px 0 0 4px; 
}
.nav-sidebar .active a { 
    cursor: default;
    background-color: #428bca; 
    color: #fff; 
    text-shadow: 1px 1px 1px #666; 
}
.nav-sidebar .active a:hover {
    background-color: #428bca;   
}
.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}

.content {
    width: 780px;
    
    padding: 10px;
}

a {
    color: #333;
}

.pramname {
    border-top: 1px solid #ccc;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
    
    font-weight: bold;
    font-size: 14px;
    color: #337ab7;
}

#footer {
    text-align: center;
    width: 1000px;
    margin: 0px auto;
    
    font-family: Verdana;
    font-size: 12px;
    color: #222;
    
    margin-bottom: 20px;
}

.pram {
    width: 150px;
    height: 150px;
    padding: 5px;
    border: 1px solid #eee;
}

.name {
    padding: 5px;
}

.gallery
{
    display: inline-block;
    margin-top: 20px;
}

.description {
    padding: 20px;
    
    line-height: 20px;
}