.jfontsize-button{
  font-weight: bold;
  padding: 3px;
  color: #000 !important;
  border: solid 1px #000;
  background: #fff !important;
  min-width: 50px !important;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  margin: 5px;
	text-decoration:none !important;
}
.DarkSide .jfontsize-button{
  color: #000 !important;
  border: solid 1px #ffff00;
  background: #ffff00 !important;
}

a.light{
  font-weight: bold;
  padding: 3px;
  color: #0081b2 !important;
  border: solid 1px #0081b2;
  background: #fff !important;
  min-width: 50px !important;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  margin: 5px;
	text-decoration:none !important;
}

a.dark{
  font-weight: bold;
  padding: 3px;
  color: #ffff00 !important;
  border: solid 1px #ffff00;
  background: #000 !important;
  min-width: 50px !important;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  margin: 5px;
	text-decoration:none !important;
}

a.Sepia{
  font-weight: bold;
  padding: 3px;
  color: #85785d !important;
  border: solid 1px #85785d;
  background: #fff !important;
  min-width: 50px !important;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  margin: 5px;
	text-decoration:none !important;
}

a.BiancoNero{
  font-weight: bold;
  padding: 3px;
  color: #6a6a6a !important;
  border: solid 1px #6a6a6a;
  background: #fff !important;
  min-width: 50px !important;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  margin: 5px;
	text-decoration:none !important;
}

a.contrastonormale{
  font-weight: bold;
  padding: 3px;
  color: #686868 !important;
  border: solid 1px #686868;
  background: #fff !important;
  min-width: 50px !important;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  margin: 5px;
	text-decoration:none !important;
}

a.contrasto50{
  font-weight: bold;
  padding: 3px;
  color: #4d4d4d !important;
  border: solid 1px #4d4d4d;
  background: #fff !important;
  min-width: 50px !important;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  margin: 5px;
	text-decoration:none !important;
}


a.contrasto100{
  font-weight: bold;
  padding: 3px;
  color: #000 !important;
  border: solid 1px #000;
  background: #fff !important;
  min-width: 50px !important;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  margin: 5px;
  text-decoration:none !important;
}

.FNT .jfontsize-button:first-of-type {
  margin-left: 0;
}

.FNT .jfontsize-button:last-of-type{
  margin-right: 0;
}

.jfontsize-button:hover {
  text-decoration: none;
  background: #333;
  color: #fff;
  border: solid 1px #333;
}

.jfontsize-disabled, .jfontsize-disabled:hover {
  color: #aaa;
  border: solid 1px #eee;
  background: #eee;
}

.some-class-name {
  margin: 20px 0 0 0;
}