/* MusicMark Shared Styles */

/* Base */
img {
  max-width: 100%;
}

body {
  background-color: #EEE;
  font-family: Arial, Helvetica, sans-serif;
}

p, li {
  color: #111;
}

/* Layout */
#wrapper {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #FFF;
  max-width: 800px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  border: 1px solid #DDD;
}

/* Narrower wrapper for home pages */
#wrapper.narrow {
  max-width: 576px;
}

#contents {
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #DDD;
}

/* Header */
#image_header {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  border: none;
}

div.lang {
  font-size: 12px;
  text-align: right;
}

/* Footer */
#footerlogos {
  display: flex;
  justify-content: center;
}

#footerlogos img {
  height: auto;
  border: 0;
  max-width: 100%;
}

#footerlinks {
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
}

#footerlinks a {
  color: #333;
  text-decoration: none;
  margin: 0 10px;
}

#footerlinks a:hover {
  text-decoration: underline;
}

/* Typography */
h1 {
  font-size: 24px;
  color: #333;
}

h2 {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
}

/* Lists */
ol {
  padding-left: 20px;
}

ol > li {
  margin-bottom: 15px;
  font-weight: bold;
}

ol > li > p,
ol > li > ul {
  font-weight: normal;
}

ul {
  list-style-type: disc;
  padding-left: 20px;
}

ul li {
  margin-bottom: 10px;
}

/* Legal pages */
.effective-date {
  font-style: italic;
  color: #666;
}
