/* Copyright 2007 Mark Ivey */

#medium_zoom .short_melting_point {
  display: block;
}

.fully_zoomed .short_melting_point {
  display: none;
}

.melting_point_0 {background-color: #00007f;}
.melting_point_0 a {color: white;}
.melting_point_5 {background-color: #0c0c8c;}
.melting_point_5 a {color: white;}
.melting_point_10 {background-color: #191999;}
.melting_point_10 a {color: white;}
.melting_point_15 {background-color: #2626a5;}
.melting_point_15 a {color: white;}
.melting_point_20 {background-color: #3333b2;}
.melting_point_20 a {color: white;}
.melting_point_25 {background-color: #3f3fbf;}
.melting_point_25 a {color: white;}
.melting_point_30 {background-color: #4c4ccc;}
.melting_point_30 a {color: white;}
.melting_point_35 {background-color: #5959d8;}
.melting_point_40 {background-color: #6666e5;}
.melting_point_45 {background-color: #7272f2;}
.melting_point_50 {background-color: #7f7fff;}
.melting_point_55 {background-color: #8c8cff;}
.melting_point_60 {background-color: #9999ff;}
.melting_point_65 {background-color: #a5a5ff;}
.melting_point_70 {background-color: #b2b2ff;}
.melting_point_75 {background-color: #bfbfff;}
.melting_point_80 {background-color: #ccccff;}
.melting_point_85 {background-color: #d8d8ff;}
.melting_point_90 {background-color: #e5e5ff;}
.melting_point_95 {background-color: #f2f2ff;}
.melting_point_100 {background-color: #ffffff;}


