body { font-family: Verdana, Helvetica, sans-serif; font-size: 14px; text-align: center; color: #FFF; margin: 0; padding: 0; background-color: #FFF; }
#content { width: 300px; min-width: 333px; margin: 0 auto; /*min-height: 200px;*/ position: relative; }
.default { width: 300px; position: absolute; height: 100px; padding: 1em; background-color: #2693FF; border: 1px solid #254F76; border-radius: 8px; /*+box-shadow: 4px 4px 6px #336390;*/ -moz-box-shadow: 4px 4px 6px #336390; -webkit-box-shadow: 4px 4px 6px #336390; box-shadow: 4px 4px 6px #336390; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,207cca+26,7db9e8+100 */ background: #1E5799; /* Old browsers */ background: -moz-linear-gradient(left, #1E5799 0%, #207CCA 26%, #7DB9E8 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #1E5799 0%, #207CCA 26%, #7DB9E8 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #1E5799 0%, #207CCA 26%, #7DB9E8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */ top: 60px; text-align: center; }
.default ul { list-style: none; padding: 0; margin: 0.75em; }
.default ul li { margin-bottom: 1em; }
.default ul li a { text-decoration: underline; font-weight: bold; color: #FFF; }
.default ul li a:hover { text-decoration: none; font-weight: bold; color: #CCCCCC; }
.footer { color: #5A4848; font-size: 10pt; position: absolute; width: 300px; height: 25px; top: 202px; /*margin-top: 27px;*/ }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li a { color: #69C; text-decoration: none; }
.footer ul li a:hover { color: #33F; text-decoration: none; font-weight: bold; }
