a {
  color: #ff3300;
  text-decoration: none;
}
a:hover {
  color: #ff6600;
  text-decoration: underline;
}

p {
  margin: 0;
  padding: 0;
}

div#megacont {
  width: 774px;
  margin: auto;
  text-align: left;
}
div#tool {
  background-image: url(img/top.gif);
  width: 774px;
  height: 194px;
}

div#cont {
  background-image: url(img/bg.gif);
  width: 774px;
}

div#foot {
  background-image: url(img/foot.gif);
  width: 774px;
  height: 14px;
}

div#menu {
  width: 160px;
  float: left;
}

div#contenitore {
  width: 604px;
  float: left;
}

div#contenutositoweb {
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 15px;
  padding: 0;
}

.noved {
  display: none;
  visibility: hidden;
}

dl,
dd {
  margin: 0;
  padding: 0;
}
dl.primo {
  margin-left: 15px;
  width: 140px;
}

dt.primo {
  width: 140px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  border-top: 1px solid #fff;
  text-transform: uppercase;
}
dt.primonero {
  width: 140px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  color: #000;
  border-top: 1px solid #fff;
  text-transform: uppercase;
}
dt.secondo {
  font-size: 11px;
  width: 140px;
  height: 25px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  background-color: #ff812d;
}
dt a {
  text-decoration: none;
  color: #fff;
}
dt a:hover {
  text-decoration: none;
  color: #000;
}

dt.Selezionato {
  color: Fuchsia;
}

h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
h3 {
  margin-bottom: 10px;
  font-size: 14px;
  color: #660000;
  font-style: italic;
  padding-bottom: 5px;
  border-bottom: 1px solid #ff6600;
}

a.indietro {
  font-size: 13px;
  font-weight: bold;
  color: #ff9900;
  background-color: #fff;
  margin: 5px;
  padding: 5px;
  border: 1px solid #000;
  display: block;
  width: 100px;
  text-align: center;
}
a.indietro:hover {
  background-color: #f90;
  color: #fff;
}

.f1 {
  font-family: "Times New Roman", Times, serif;
}
.f2 {
  font-family: Arial, Helvetica, sans-serif;
}

.bg1 {
  background: trasparent;
}
.bg2 {
  background: trasparent;
}
.bg3 {
  background: #ccc;
}
.bg4 {
  background: trasparent;
}

.c1 {
  color: #000;
}
.c2 {
  color: #000;
}
.c3 {
  color: #000;
}
.c4 {
  color: #000;
}
.c5 {
  color: #000;
}
.c6 {
  color: #000;
}
.c7 {
  color: #000;
}

.borderColor1 {
  border-color: #cccccc;
}
.borderColor2 {
  border-color: #cccccc;
}
.borderColor3 {
  border-color: #cccccc;
}
.borderColor4 {
  border-color: #cccccc;
}
.borderColor5 {
  border-color: #cccccc;
}

div.campionati {
  font-size: 11px;
  margin: 25px 5px 5px 5px;
  padding: 5px;
  border: 1px solid #333;
}

table.goal {
  border: 2px solid #222;
  width: 90%;
  margin-top: 25px;
}
table.goal th {
  border: 1px solid #999;
  background-color: #ffcc66;
  font-size: 11px;
  padding: 3px;
}
table.goal td {
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 3px;
}

.card-ultimo {
  background-color: #00a651;
  color: #fff;
}
.card-ultimo .text-secondary {
  color: rgba(255, 255, 255, 0.8) !important;
}
.card-ultimo .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
