/*   
     link-menu.css
                             */
                             
table.ccomp td.tbl-head {
    background-color: #695b39;
    color: #fff;
    font-size: 2.0rem;
    text-align: center;
    line-height: 2.3rem;
}

table.ccomp {
    width: 38%;
    border: 1px solid #ccc;
    font-size: 15px;
    line-height: 19px;
    margin-right: auto;
    margin-left: auto;
}

table.ccomp {
    width: 56%;
    border: 2px solid #ccc;
}
    
@media print {
    table.ccomp {
        width: 66%;
    }

    table.ccomp td.tbl-head {
        background-color: #fff;
        color: #000;
    }
}

.ccomp td {
    border: 2px solid #ccc;
    padding: 5px;
    text-align: center;
}

/*
table.ccomp td {
    border: 2px solid #ccc;
    padding: 9px;
    font-size: 0.78rem;
    line-height: 1.07rem;
}           */

@media screen and (min-width: 190px) and (max-width: 545px) {
    .ccomp td {
        font-size: 0.7rem;
    }
}

@media screen and (min-width: 545px) and (max-width: 906px) {
    .ccomp td {
        font-size: 0.8rem;
    }
}

@media screen and (min-width: 906px) {
    .ccomp td {
        font-size: 0.9rem;
    }
}

.tdc {
    background-color: #fff1cf;
}


a:link {
    text-decoration: underline;
    text-decoration-color: #ff00ff;
    /* text-decoration-color: #f52887; */
}

a:visited {
    text-decoration: underline;
    text-decoration-color: #ffa500;
}

a:hover {
    text-decoration: underline;
    text-decoration-color: #ff00ff;
    font-size: 1.1rem;
}

a:active {
    text-decoration: underline;
    text-decoration-color: #808516;
    /* text-decoration: none; */
}