@charset "utf-8";

.etc-contents p img{
    max-width: 860px;
    width: 100%!important;
    height: auto!important;
}

.etc-contents table {
    width: 100%!important;
    max-width: 860px;    
    background-color: transparent;
    border-collapse: collapse;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
}

.etc-contents tr{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;    
    color: #333;
}
/*
.etc-contents tr:nth-child(even):hover {    
    background-color: rgba(0,0,0,.075);
}

.etc-contents tr:nth-child(1):hover,
.etc-contents tr:nth-child(2):hover {
    background-color: transparent;
} 
*/
.etc-contents tr td{
    font-weight: 300;
}

.etc-contents tr:nth-child(2) td{ 
    font-weight: 600;
    color: #000;
}

.etc-contents table td{
    display: table-cell;    
    padding: 0.75rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
}

.etc-contents tr:nth-child(2) td{
    border-bottom: 2px solid #dee2e6;
}