#jwindow{
    width:80%;
    max-width:800px;
    max-height: 450px;
    overflow-x:hidden;
    overflow-y: auto;
    padding-bottom:80px;
} 

.post-entry { 
    position: relative;
    margin-bottom: 60px;
}

.entry-title{
    font-size: 23px;
}
 
.entry-date {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    color: #555;
    background-color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-style: italic;
}

.entry-main {
    margin-left: 30px;
    padding-left: 70px;
    border-left: 1px solid #dfdfdf;
}

.entry-content {
    font-family: times;
    font-size: 15px;
    font-style: normal;
    color: #666666;
    font-weight: normal;
}

#comentarios a {
    color: #999;
    text-decoration: none;
}

.entry-meta {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    font-style: italic;
    margin-bottom: 10px;
    padding: 5px 0;
    overflow: hidden;
}

.entry-meta span + span {
    margin-left: 10px;
}

.entry-comments {
    float: right;
}

.formStyle1{
    font-family:"Quattrocento_Sans";
}
.formStyle1 h2{
    font-size:20px;
}
.formStyle1 .form-control{
    font-size:20px;
    height:auto;
    padding:7px 10px;
    font-size:13px;
}
            
            
/* ============ form novo comentario  ==========*/
.transition03{
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s; /* Safari 3.1 to 6.0 */
}

.btn1 {
    display: inline-block;
    cursor:pointer;
    border: 2px solid rgb(25, 25, 24);
    border-radius: 0;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
    letter-spacing: 2px;
    margin-top: 50px;
    padding: 12px 80px 12px;
    text-transform: normal;
    color: black;
    background-color: white;
    /*text-shadow: 1px 1px 4px black;*/
    border-radius: 10px;
}
.btn1:hover {
    /*
    border: 4px solid rgba(204, 168, 118, 1);
    color: rgba(123, 98, 62, 1);*/
    background-color: rgba(93, 93, 93, 0.2);
    text-shadow: none;
}

/* ============ //  ==========*/
 

@media screen and (max-width: 1200px){

    
}

@media screen and (max-width: 980px) {  
    
}

@media screen and (max-width: 320px) {
    
}