/* DOS: Layout for RAM and select controls */
.ramDropDown {
	width:90%;
}
.ramDropDown .dijitInputContainer input {
	text-indent: 43%;
	margin-top: 2px !important;
	background-color: transparent !important;
}
.ramDropDownRead {
	width:80%;
	text-align:center;
	padding:2px;
	border:1px solid #E5E5E5;
	min-height:1em;
	line-height: normal;
  		margin: 0em 0.1em;
}
.showHand .dijitInputContainer input {
	cursor: pointer;
}
table.lotusLayout {
overflow-x: auto;
display: block;
}
/* CBE: Layout for new RAM 2023.01.13/Jda */
/* Same colours in two RiscValue shared column in Log, xpMTA lib  and custom styles for 4x5 matrix */
.ramMatrixTitle {
    font-weight: bold;
    font-size: 130%;
    color: #008d2f;
}
.ramMatrixTable .ramMatrixLabelLeft {
    text-align:left;
    white-space: pre;
    padding: 8px 5px;
}
.ramMatrixTable {
    text-align:center;
    border-collapse: collapse !important;
    border: 1px solid grey !important;
}
.ramMatrixTable td {
    border: 1px solid grey !important;
    vertical-align: middle !important;
}
.ramMatrixTable .ramMatrixGreen {
    background-color: #93d14f;
}
.ramMatrixTable .ramMatrixYellow {
    background-color: yellow;
}
.ramMatrixTable .ramMatrixRed {
    background-color: #fe0100;
}