/*CSS properties for this specific plugin*/

table,
th,
td,
.rowsep-1,
.colsep-1 {
    border: 1px solid #ff7f50;
}

.frame-none td {
    border:none !important;
}

td[headers$="__entry__1"] { 
    font-size: 1em;
/*    font-weight: bold;*/
}
td[headers$="__entry__1"] p:nth-child(3) { 
    font-size: 0.8em;
}

td[headers$="__entry__2"],td[headers$="__entry__3"]  { 
    font-size: 1em;
}

@media only screen and (max-width: 360px) {
    .table .entry {
        vertical-align: middle;
        margin-left: 0;
        font-size: 0.7em;
        line-height: 1em;
        padding:0.5em;
    }
    .table p{
        margin-top:0.2em;
        margin-bottom:0.6em;
    }
}

/*use alternate background color for second column
tr:nth-of-type(odd) td[headers$="__entry__2"] { 
    background-color: #fad7c3;
}*/
