@CHARSET "UTF-8";

/* React */

span.redText {
    color:#f2182e;
    font-weight:bold;
}

div.reactContainer{
    height : 350px;
    width : 298px;
    overflow:auto;
}

table.reactRoot{
    padding: 3px;
    font-size:11px;
    color:black;
    background: white;
    width: 280px;
}

table.reactInline{
    padding: 3px;
    font-size:11px;
    color:black;
    background: white;
}

td.reactMore{
    color:grey;
}

span.reactMore:hover{
    text-decoration : underline;
}

td.reactHeader {
    font-weight:bold;
}

