/* local.css 
   Uncomment declarations below to change the appearance of the Numerus OnLine application.
   Refer to https://www.w3schools.com/css/ for a tutorial on using Cascading Style Sheets (CSS).
   This file will not be overwritten by later Create Website executions.
*/

/*
body {
    background: #ffffff;
    font: normal 13px/1.65 "PT Sans", "Helvetica", "Arial", sans-serif;
    color: #696969;
    width:100%;
    margin-top: 20px;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 20px;
    text-align: left;
}

h1 {

}

h2 {

}

h3 {

}
*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* header */
/*
.header {
    position: relative;
    width: 920px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    font: bold 25px "PT Sans", "Helvetica", "Arial", sans-serif;
}
*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* simulation controls */
/*
.simControlTable {
	width: 1000px;
	padding-top: 30px;	
	padding-bottom: 30px	
}

.simControlTable td {
	width: 200px;
	padding-left: 15px;
	padding-right: 15px;
	white-space: normal;
    text-align: left;
}
*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* model controls */
/*
.modControlTable {
    width: 1000px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.modControlTable td {
	width: 150px;
	padding-left: 15px;
	padding-right: 15px;
    white-space: normal;
    text-align: left;
}

.numDisplay {
	text-align: right;
}

.novaVisuals {
	padding-top: 30px;
}
*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* info */
/*
.info {
	width:85%	
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* generic */
/*
.nobr {
	white-space:nowrap;
}

p {
    margin-bottom:12px;
}

pre {
    margin-bottom:12px;
}

strong {
    font-weight:bold;
    color: #f00;
}

b {
    font-weight:bold;
    color: #000;
}

a {
    text-decoration:underline;
    color: #933;
    border:none;
}

a:hover {
    text-decoration:underline;
    color: #933;
}

img {
    border:none;
}

ul {
    margin-left:22px;
    margin-bottom: 12px;
}

ol {
    margin-left:22px;
    margin-bottom: 12px;
}

li {
    margin-bottom:8px;
}

*/
