.item_det{
    font-family: "FontAwesome", sans-serif;
}
.dwn_lnk{
    width: 500px;

}
#sidenavi{


padding: 0 !important;
    height: 800px;
 background-color: #f1f1f1;
}
.item_img{
    margin: 0 !important;
}
.btnside{

    height: 50px;
    text-align: left;
    width: 100%;
    border: 1px solid red;
    background-color: red;
    color: white;
}
.btnside:hover{
    border: 2px solid red;
    background-color: white;
    color: red;
}
#middlediv{
    margin-left: 2.5%;
width: 95%;
}


@media screen and (max-width: 996px) {

    #name {
background-color: white;
        font-size: 12px;
    }
}
.img-responsive{
    width:104% !important;
}
hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 10px;
}
#imgcat{
    width: 100px;
    height: 100px;
}
@media screen and (max-width: 768px) {
    #sidenavi {
    display: none;
    }
    
}