button, a.button { height: 17px; background: rgb(255,255,255); background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(168,176,194,1) 13%, rgba(73,80,93,1) 49%, rgba(39,46,55,1) 51%, rgba(13,27,35,1) 87%, rgba(0,6,10,1) 100%); background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(168,176,194,1) 13%, rgba(73,80,93,1) 49%, rgba(39,46,55,1) 51%, rgba(13,27,35,1) 87%, rgba(0,6,10,1) 100%); background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(168,176,194,1) 13%, rgba(73,80,93,1) 49%, rgba(39,46,55,1) 51%, rgba(13,27,35,1) 87%, rgba(0,6,10,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#00060a",GradientType=1); border: 1px solid #1e2229; border-top: 1px solid #848998; border-bottom: 1px solid #02070c; color: #ffffff; text-decoration: none; font-family: sans-serif; font-size: 11pt; padding: 3px; min-width: 70px; display: inline-block; text-align: center; vertical-align: middle; } button:hover, a.button:hover { font-weight: bold; } button:active, a.button:active { padding: 2px; margin: 1px; font-size: 10pt; } body, html { margin: 0; padding: 0; } html { background-image: url(/img/background.png); background-attachment: fixed; } body { max-width: 800px; margin: auto; background-color: #ffffff; /* border-left: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0; */ font-family: sans-serif; font-size: 11pt; box-shadow: 0px 0px 15px #000000; } nav { display: block; width: fit-content; margin: auto; } header { background: rgb(17,62,76); background: -moz-linear-gradient(180deg, rgba(17,62,76,1) 0%, rgba(17,61,74,1) 74%, rgba(9,32,40,1) 100%); background: -webkit-linear-gradient(180deg, rgba(17,62,76,1) 0%, rgba(17,61,74,1) 74%, rgba(9,32,40,1) 100%); background: linear-gradient(180deg, rgba(17,62,76,1) 0%, rgba(17,61,74,1) 74%, rgba(9,32,40,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#113e4c",endColorstr="#092028",GradientType=1); padding-bottom: 4px; border-bottom: 1px solid #082026; } img.banner { border-bottom: 1px solid #082026; } footer { background: rgb(17,62,76); background: -moz-linear-gradient(180deg, rgba(17,62,76,1) 0%, rgba(9,32,40,1) 100%); background: -webkit-linear-gradient(180deg, rgba(17,62,76,1) 0%, rgba(9,32,40,1) 100%); background: linear-gradient(180deg, rgba(17,62,76,1) 0%, rgba(9,32,40,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#113e4c",endColorstr="#092028",GradientType=1); color: #ffffff; padding: 15px; text-align: center; border-top: 1px solid #082026; } main { padding: 15px; margin: 0; } .song-display { display: inline-block; background-color: #000000; width: 285px; font-size: 11pt; border: 1px solid #c0c0c0; color: #ed8e1d; padding: 3px 5px 2px 5px; vertical-align: middle; font-family: monospace; }