/*
Minimal CSS classes for "modern" (mobile-friendly) styles.

The website is intended to look good in Internet Explorer 5 and similar browsers
which have extremely limited CSS support. The site uses no CSS except to support
modern (mobile) browsers.
*/

.modern-button {
  font-size:15px;
  font-family:Arial;
  border-width:1px;
  padding: 6px;
  color:#ffffff;
  border-color:#124d77;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  box-shadow:inset 0px 1px 0px 0px #54a3f7;
  text-shadow:inset 0px 1px 0px #154682;
  background:linear-gradient(#007dc1, #0061a7);
}

.modern-button:hover {
  background: linear-gradient(#0061a7, #007dc1);
}