body{
	font-family: Helvetica, Arial;
	padding:0;margin:0;
}
div.goldbar{
	margin:0;padding:0;width:100%;height:1.25em;background-color:#a07400;text-align:center;color:#ffffff;
}
div.bottombar{
    position: fixed; z-index: 100; bottom: 0; left: 0;
}
.button {
    background-color: #4CAF50; /* Green */
    border: none; color: white; padding: 10px 24px; margin:10px; text-align: center; text-decoration: none;
    display: inline-block; font-size: 16px;
}
.bigprompt{font-size:1.5em;text-align:center;}
.steplist ol { font-style:italic; font-size:24px; color:#000;  }
.steplist ol li { }
.steplist ol li p { padding:8px; font-style:normal; font-family:Arial; font-size:13px; color:#000; border-left: 1px solid #999; }
.steplist ol li p em { display:block; }
p.dbgtxt { color:#eee; }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
