html, body {
	height: 100%;
}
body {
	display: flex;
	flex-direction: column;
}
nav {
	flex-shrink: 0;
}
.container {
	justify-content: space-between;
	flex-grow: 1
}
footer {
	flex-shrink: 0;
	height:25px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: red;
	color: white;
	text-align: center;
}

.rTable {
  	display: table;
  	width: 100%;
}
.rTableRow {
  	display: table-row;
}
.rTableHeading {
  	display: table-header-group;
  	background-color: #ddd;
}
.rTableCell, .rTableHead {
  	display: table-cell;
  	padding: 3px 10px;
  	border: 1px solid #999999;
}
.rTableHeading {
  	display: table-header-group;
  	background-color: #ddd;
  	font-weight: bold;
}
.rTableFoot {
  	display: table-footer-group;
  	font-weight: bold;
  	background-color: #ddd;
}
.rTableBody {
  	display: table-row-group;
}


.redBorder {
	border: 1px solid orangered;
/*	box-shadow: 1px 0 0 1px orangered;*/
}

.RC_Sentinel {
	background-color: #F1BBC8;
}

.initial_hide{
	display: none;
}

/* using bootstrap stuff instead; https://getbootstrap.com/docs/4.0/components/alerts/
.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}
.alert h4{margin-top:0;color:inherit}
.alert .alert-link{font-weight:700}
.alert>p,.alert>ul{margin-bottom:0}
.alert>p+p{margin-top:5px}
.alert-dismissable{padding-right:35px}
.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}
.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.alert-success hr{border-top-color:#c9e2b3}
.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
.alert-info hr{border-top-color:#a6e1ec}
.alert-info .alert-link{color:#245269}
.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.alert-warning hr{border-top-color:#f7e1b5}
.alert-warning .alert-link{color:#66512c}
.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
.alert-danger hr{border-top-color:#e4b9c0}
.alert-danger .alert-link{color:#843534}
*/


/*xmb-bbcode*/
table.quote {
    border: 1px solid #86a9b6;
    margin: 15px 5% 10px 5%;
    width: 80%;
}

td.quote {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    padding-left: 5px;
}

td.quotemessage {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 11px;
    padding: 10px 0 20px 5px;
}
td.codemessage {
    font-family: "Courier New",Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;;
    font-size: 11px;
    padding: 10px 0 20px 5px;
}

