/*
 Theme Name:   GABSI theme
 Template:     justwrite
*/
@import url("../justwrite/style.css");

.logo.logo-image .description {
    min-width: 700px;
    letter-spacing: 0px;
    font-size: 34px;
    font-weight: 700;
    text-transform: none;
    font-style: italic;
    line-height: 1.2;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(105%, -50%);
}
table {
color: #333;
font-family: Helvetica, Arial, sans-serif;
width: 640px;
border-collapse:
collapse; border-spacing: 0;
}

td, th {
border: 1px solid #eee; /* No more visible border */
height: 10px;
transition: all 0.3s;  /* Simple transition for hover effect */
}

th {
background: #DFDFDF;  /* Darken header a bit */
font-weight: bold;
text-align: center;
}

td {
background: #FAFAFA;
text-align: left;
}

/* Cells in even rows (2,4,6...) are one color */
tr:nth-child(even) td { background: #F1F1F1; }  

/* Cells in odd rows (1,3,5...) are another (excludes header cells)  */
tr:nth-child(odd) td { background: #FEFEFE; } 

tr td:hover { background: #666; color: #FFF; } /* Hover cell effect! */

.post-template-1 .title, .single-template-1 .title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -2px;
}
.post-content {
}
.single-content table,
.comment-text table {
        font-size: 14px;
        line-height: 1;
        margin-bottom: 12px;
}
table {
    color: #333;
    font-family: Helvetica,Arial,sans-serif;
    width: 740px;
    border-collapse: collapse;
    border-spacing: 0px;
}
