#commmet-display-id img {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

#photo-description-1{
    transform: translate(20%, 300%);
}
.full-photo{   
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 30%;
    transform: translate(0, 20%)  
}

#full-commmet-display-id{
   
  
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid black;  
    width: 1000px;
    min-height: 150px;
    border: 1px solid blue;
    margin-bottom: 10px;
}

.blog-comment-container{
    padding-left: 5px;
    padding-right: 5px;
}
.blog-comment-text{
    text-align: justify;
    text-justify: inter-word;

}
.grid-container{
    margin-top:50px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    
}

.grid-item{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

#commentFormBlogId{
   grid-column: 1 / span 4;
   
}
.blog-link-class{
    position: relative;
    background: #e7e7e7;
    border-radius: .4em; 
    display: inline-block;
    color: #333;
    padding-right: 5px;
    padding-left: 5px;

}
.blog-link-class:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #e7e7e7;
    border-bottom: 0;
    border-left: 0;
    margin-left: -10px;
    margin-bottom: -10px;  
}

.blog-comments {
    position: relative;
    background: #5bc0de;
    border-radius: .4em; 
    border-right: 0;
    display: inline-block;
    color: white;
    padding-right: 5px;
    padding-left: 5px;
}
.blog-comments:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #5bc0de;
    border-bottom: 0;
    border-left: 0;
    margin-left: -10px;
    margin-bottom: -10px;   
}

#reply-display-id{
    padding-left: 10px;
    border: 1px solid black;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 45px;
    width: 750px;
    min-height: 100px;
    border: 1px solid blue;
    margin-bottom: 10px;
}

#commmet-display-id{
    height: 10%;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid black;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    width: 1000px;
    min-height: 150px;
    border: 1px solid blue;
    content: "";
    clear: both;
    display: table;
}

#myNavbar{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;

}


#responsive-dropdown {
    display: none;
    position: absolute;
    background-color: #A9A9A9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

#responsive-dropdown a {
    color: black;    
    text-decoration: none;
    display: block;
}

.navbar-brand:hover #responsive-dropdown {display: block;}

.login-template, #login-template-reset, .login-template-reset-input{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    background-color: #e7e7e7;
    margin-top: 100px; 
}

#account-template, #account-edit-template{
    max-width: 400px;
    padding: 15px;
    margin: 0 auto;
    background-color: #e7e7e7;
    margin-top: 100px; 
}

#blog_saveComment, #site_blog_saveComment{
    text-align: center;
    margin-top: 15px; 
    font-weight:bold;
}

#reply_saveReply{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight:bold;
}


#comment-icon-0
{background-color:rgba(255,128,0,0.3);
 width:45px;
 height: 45px;
 text-align: center;
 color: blue;
 font-size: 200%;
 font-weight: bold;
 float: left;
}
#comment-icon-1
{background-color:rgba(0,255,0,0.3);
 width:45px;
 height: 45px;
 text-align: center;
 color: blue;
 font-size: 200%;
 font-weight: bold;
 float: left;
}
#comment-icon-2
{background-color:rgba(102,102,255,0.3);
 width:45px;
 height: 45px;
 text-align: center;
 color: blue;
 font-size: 200%;
 font-weight: bold;
 float: left;
}
#comment-icon-3
{background-color:rgba(208, 211, 212,0.3);
 width:45px;
 height: 45px;
 text-align: center;
 color: blue;
 font-size: 200%;
 font-weight: bold;
 float: left;
}
#comment-icon-4
{background-color:rgba(250, 115, 85,0.3);
 width:45px;
 height: 45px;
 text-align: center;
 color: blue;
 font-size: 200%;
 font-weight: bold;
 float: left;
}
#comment-icon-5
{background-color:rgba(250, 128, 114,0.3);
 width:45px;
 height: 45px;
 text-align: center;
 color: blue;
 font-size: 200%;
 font-weight: bold;
 float: left;
}
.ok-icon:after {
    font-family: "Glyphicons Halflings";
    content:   '\e013';
}
#comment-author{
    color: darkblue; 
}
#comments-heading{
    margin-top: 100px;
}

#fullComment, #fullReply{
    margin-bottom: 20px;
}
#comment-author-reply{
    display: inline-block;  
    margin-left: 50px;
}
#mainPage-heading{
    margin-top: 100px;  
    text-align: center;
    font-size: 200%;
    font-weight: bold;  
}
#mainPage-body{
    margin-top: 50px;
    font-size: 150%;
}
#schoolLogo{
    transform: translate(-50%, 0%);
    margin-left: 50%;
    margin-right: auto; 
    width: 300px;   
}
#my-account-button{
    margin-left: 5px;
    margin-right: 5px;
}



#comment-icon-0-reply
{background-color:rgba(255,128,0,0.3);
 width:45px;
 height: 45px;
 text-align: center;
 color: blue;
 font-size: 200%;
 font-weight: bold;
 float: left;
 margin-left: 45px;
}
#comment-icon-1-reply
{background-color:rgba(0,255,0,0.3);
 width:45px;
 height: 45px;
 text-align: center;
 color: blue;
 font-size: 200%;
 font-weight: bold;
 float: left;
 margin-left: 45px;
}
#comment-icon-2-reply
{background-color:rgba(102,102,255,0.3);
 width:45px;
 height: 45px;
 text-align: center;
 color: blue;
 font-size: 200%;
 font-weight: bold;
 float: left;
 margin-left: 45px;
}
#comment-icon-3-reply
{background-color:rgba(208, 211, 212,0.3);
 width:45px;
 height: 45px;
 text-align: center;
 color: blue;
 font-size: 200%;
 font-weight: bold;
 float: left;
 margin-left: 45px;
}
#comment-icon-4-reply
{background-color:rgba(250, 115, 85,0.3);
 width:45px;
 height: 45px;
 text-align: center;
 color: blue;
 font-size: 200%;
 font-weight: bold;
 float: left;
 margin-left: 45px;

}
#comment-icon-5-reply
{background-color:rgba(250, 128, 114,0.3);
 width:45px;
 height: 45px;
 text-align: center;
 color: blue;
 font-size: 200%;
 font-weight: bold;
 float: left;
 margin-left: 45px;
}
