.casereportwrapper {
    float: left;
    margin: 0px 5px;
	flex: 1;
}
.casereporttable {
	float:left;
	font-size:14px;
	background-color:white;
	color:black;
	border-color:#bbbbbb;
}
.casereporttable td {
    border: 1px solid #bbbbbb !important;
    padding: 1px !important;
    font-size: 14px !important;
}
.casereporttable th {
	border: 1px solid #bbbbbb !important;
	padding: 1px !important;
	font-size:14px !important;
	background-color: black;
	color: white;
}
#instructions {
    font-size: 20px;
    /* font-size: 14px; ped_erosion */
    line-height: 24px;
    padding: 10px;
    top: 30px;
}
#instructions > div.tabcontent > div.crftext {
	float: left;
}
#instructions div.crftext, #instructions div#insttext, #instructions div.altinsttext {
    overflow-y: scroll;
    background-color: white;
    height: 70%;
    width: 47%;
    color: black;
    margin: 1% 0 1% 2%;
}
#instructions .tabcontent {
    overflow: visible;
}
#instructions div.crftext {
    font-size: 14px;
}
#instructions textarea#casecomments {
    width: 96%;
    height: 15%;
    margin-left: 2%;
    font-size: 16px;
}
#instructions pre {
	font-family: sans-serif;
	background-color: white;
	border: 1px solid black;
	font-size: 16px;
	width: 95%;
	color: black;
	padding: 2px 5px;
	margin: 0 0 0 1%;
	max-height: 25%;
	overflow: scroll;
}

.crftext table {
    margin: 0;
}

.crftext td {
    padding: 0;
}
