.low {
	background: linear-gradient(#ffa500 10%, #e26901 90%);
    color: #ffffff;
    padding: 3px 6px;
    border-radius: 8px;
    font-size: 7.9pt;
    font-family: sans-serif;
	line-height: 15px;
}
.mid {
	background: linear-gradient(#0072ff 10%, #0038a0 90%);
    color: #ffffff;
    padding: 3px 6px;
    border-radius: 8px;
    font-size: 8.5pt;
    font-family: sans-serif;
	line-height: 15px;
}
.high {
	background: linear-gradient(#ff0000 10%, #bb0000 90%);
    color: #ffffff;
    padding: 3px 6px;
    border-radius: 8px;
    font-size: 8.5pt;
    font-family: sans-serif;
	line-height: 15px;
}
.pro {
	background: linear-gradient(#414141 10%, #1c1c1c 90%);
    color: #ffffff;
    padding: 3px 6.1px 3px 6px;
    border-radius: 8px;
    font-size: 8.5pt;
    font-weight: bolder;
    font-family: sans-serif;
	line-height: 15px;
}
.gold {
    background: linear-gradient(#373737 10%, #181818 90%);
    color: #000000;
    padding: 2px 7px 2px 6px;
    border-radius: 8px;
    font-size: 8.5pt;
    font-weight: bolder;
    font-family: sans-serif;
    font-style: oblique;
	line-height: 15px;
}