body{ background-color: black } .double-sided{ -webkit-backface-visibility: visible; backface-visibility: visible; } .center{ text-align:center } .shadow{ color:white; text-shadow:2px 2px #888888 } .blur{ filter: blur(2px); -webkit-filter: blur(2px); -moz-filter: blur(2px); -o-filter: blur(2px); -ms-filter: blur(2px); filter: url(blur.svg#blur); filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='2'); } .align{ background-image: linear-gradient(bottom, rgb(210,244,254) 25%, rgb(149,194,253) 100%); background-image: -o-linear-gradient(bottom, rgb(210,244,254) 25%, rgb(149,194,253) 100%); background-image: -moz-linear-gradient(bottom, rgb(210,244,254) 25%, rgb(149,194,253) 100%); background-image: -webkit-linear-gradient(bottom, rgb(210,244,254) 25%, rgb(149,194,253) 100%); background-image: -ms-linear-gradient(bottom, rgb(210,244,254) 25%, rgb(149,194,253) 100%); background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.25, rgb(210,244,254)), color-stop(1, rgb(149,194,253)) ); border: solid 1px rgba(0, 0, 0, 0.5); /* vendor rules */ border-radius: 20px; /* vendor rules */ box-shadow: inset 0 5px 5px rgba(255, 255, 255, 0.4), 0 1px 3px rgba(0, 0, 0, 0.2); /* vendor rules */ box-sizing: border-box; clear: both; float: left; margin-bottom: 20px; padding: 8px 30px; position: relative; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7); width: auto; max-width: 100%; word-wrap: break-word; }