/* NFL picks game styles */

.title {
  font-size: 30pt;
  font-family: "Times New Roman", serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-right: 8px;
  height: auto;
  color: #eeeeee;
  background: #000044;
  border-left: 3px solid #440000;
  border-right: 3px solid #440000;
  border-bottom: 3px solid #440000;
  border-top: 3px solid #440000;
}

.text {
  font-size: 12pt;
  font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
  text-align: left;
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 8px;

}

/*  a box for text, with a gray background and dark border
    info/text should always have same style text, etc-
    just different coloring */
.scoring {
  font-size: 12pt;
  font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
  text-align: left;
  position: relative;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 20px;
  background: #e8e8e8;
  color: #000000;
  padding-left: 6px;
  padding-right: 6px;
  border: 2px solid #444444;
}

.longindent {
  padding-left: 60px;
}

/* week heading */
.weekheader {
  font-size: 18pt;
  text-align: left;
  font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
  position: relative;
  margin-top: 20px;
  margin-left: 0px;
  margin-bottom: 0px;
  width: 750px;
  height: auto;
  color: #000000;
  background: #ffffff;
  padding-left: 4px;
  padding-right: 6px;
  border-bottom: 3px solid #008000;
}
