.rotable.storyTable .storyError{
color:red;
font-size:150%;
font-weight:bold;
}
.rotable.storyTable .storyWarning{
background-color:yellow;
font-weight:bold;
}
.rotable.storyTable tbody tr,
.rotable.storyTable tbody tr:hover{
background-color: unset !important;
}
.rotable.storyTable > tbody > tr > td.storySim{}
.rotable.storyTable > tbody > tr > td.storySim > .textShow{
padding:1em;
font-style:italic;
}
.rotable.storyTable > tbody > tr > td.storySim > .talkShow{
margin:1em;
}
.rotable.storyTable > tbody > tr > td.storySim > .talkShow > tbody > tr > th{
background-color: unset;
border: 0;
vertical-align: text-top;
color: #00aaff;
}
.rotable.storyTable > tbody > tr > td.storySim > .talkShow > tbody > tr > td{
text-align:left;
border: 0;
}
.rotable.storyTable > tbody > tr > td.storySim > .talkShow .thought{
font-style: italic;
font-size: 90%;
}
.rotable.storyTable > tbody > tr > td.storySim > .talkShow .addLine{
height:1em;
}