div#commentBox
{
    background-color: white;
    height: 600px;
}

div#messages{
    height: 65%;
    overflow: scroll;
    overflow-x:hidden;
    
}
div#messages::-webkit-scrollbar { 
    display: none; 
}
figcaption
{
    margin-top: 10px;
    text-align: center;
    font-weight: bolder;
    font-size: 25px;
    font-family: "Calibri Light",sans-serif;
}
#profileHead
{
    background-image: url("../images/background1.jpg");
    border: solid #2d84d2 4px;
    height: auto;
}
#profileHead,#commentBox
{
    width: 1000px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;

}

img#profileImg
{

    width: 160px;
    height: 160px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border-radius: 50%;
    border: solid #2d84d2 4px;
}
img#profileImg:hover + img#changeImgIcon
{
    display: block;
    opacity: 0.6;
}
img#changeImgIcon
{

    display: none;
    width: 45px;
    height: 45px;
    margin: auto;
    position: absolute;
    left: 48%;
    top: 17%;

}
form#upload input
{
    display: inline;
}

.hide
{
    display: none;
}

form#upload
{
    margin-left: auto;
    margin-right:auto;
    width: 330px;
}