/* Official Stylesheet for FM Embeddable Financial Calculators */

.fmcalc-embed-outer-container
{
  margin: 20px auto;
}

.fmcalc-inner-container
{
  margin: 10px auto;
}

.fmcalc-wrapper
{
  font-family: Arial, sans-serif;
  /*background-color: #bbb;*/
  border: 1px solid #bbbbbb;
  border-radius: 10px 10px 10px 10px;
  z-index: 90;
  padding-bottom: 20px;
}

.fmcalc-wrapper form table, .fmcalc-wrapper form th, .fmcalc-wrapper form td
{
  border: none;
  padding-left: 1px;
  padding-right: 1px;
}

.fmcalc-wrapper.fmcalc-shadow
{
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.fmcalc-wrapper.fmcalc-gray
{
  background: #fff;
}

.fmcalc-wrapper.fmcalc-blue
{
  background: #e8e8ff; /* Old browsers */
}

.fmcalc-wrapper.fmcalc-white
{
  background: #fff; /* Old browsers */
}

.fmcalc-wrapper.fmcalc-green
{
  background: #e8ffe8; /* Old browsers */
}

.fmcalc-wrapper.fmcalc-gold
{
  background: #ffffdd; /* Old browsers */
}

.fmcalc-wrapper.fmcalc-red
{
  background: #ffddaa; /* Old browsers */
}


.fmcalc-wrapper.fmcalc-gray-gradient
{
  background: #fff; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #fff 30%, #f5f5f5 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(30%,#fff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  #fff 30%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  #fff 30%,#f5f5f5 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  #fff 30%,#f5f5f5 100%); /* IE10+ */
  background: radial-gradient(ellipse at center,  #fff 30%,#f5f5f5 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f5f5f5',GradientType=1 );*/ /* IE6-9 fallback on horizontal gradient */
}

.fmcalc-wrapper.fmcalc-blue-gradient
{
  background: #e8e8ff; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #f9f9ff 30%, #e8e8ff 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(30%,#f9f9ff), color-stop(100%,#e8e8ff)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  #f9f9ff 30%,#e8e8ff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  #f9f9ff 30%,#e8e8ff 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  #f9f9ff 30%,#e8e8ff 100%); /* IE10+ */
  background: radial-gradient(ellipse at center,  #f9f9ff 30%,#e8e8ff 100%); /* W3C */
}

.fmcalc-wrapper.fmcalc-blue-gradient-vertical
{
  background: #e8e8ff; /* Old browsers */
  background: -moz-linear-gradient(top, #e8e8ff 0%, #f9f9ff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8ff), color-stop(100%,#f9f9ff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e8e8ff 0%,#f9f9ff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e8e8ff 0%,#f9f9ff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e8e8ff 0%,#f9f9ff 100%); /* IE10+ */
  background: linear-gradient(to bottom, #e8e8ff 0%,#f9f9ff 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8ff', endColorstr='#f9f9ff',GradientType=0 );*/ /* IE6-9 */
}

.fmcalc-wrapper.fmcalc-blue-gradient-horizontal
{
  background: #e8e8ff; /* Old browsers */
  background: -moz-linear-gradient(left, #e8e8ff 0%, #f9f9ff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8e8ff), color-stop(100%,#f9f9ff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #e8e8ff 0%,#f9f9ff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #e8e8ff 0%,#f9f9ff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #e8e8ff 0%,#f9f9ff 100%); /* IE10+ */
  background: linear-gradient(to right, #e8e8ff 0%,#f9f9ff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8ff', endColorstr='#f9f9ff',GradientType=1 ); /* IE6-9 */
}

.fmcalc-wrapper.fmcalc-white-gradient
{
  background: #fff; /* Old browsers */
}

.fmcalc-wrapper.fmcalc-white-gradient-vertical
{
  background: #fff; /* Old browsers */
}

.fmcalc-wrapper.fmcalc-white-gradient-horizontal
{
  background: #fff;
}

.fmcalc-wrapper.fmcalc-green-gradient
{
  background: #e8ffe8; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #f9fff9 30%, #e8ffe8 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(30%,#f9fff9), color-stop(100%,#e8ffe8)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  #f9fff9 30%,#e8ffe8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  #f9fff9 30%,#e8ffe8 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  #f9fff9 30%,#e8ffe8 100%); /* IE10+ */
  background: radial-gradient(ellipse at center,  #f9fff9 30%,#e8ffe8 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fff9', endColorstr='#e8ffe8',GradientType=1 );*/ /* IE6-9 fallback on horizontal gradient */
}

.fmcalc-wrapper.fmcalc-green-gradient-vertical
{
  background: #e8ffe8; /* Old browsers */
  background: -moz-linear-gradient(top, #e8ffe8 0%, #f9fff9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8ffe8), color-stop(100%,#f9fff9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e8ffe8 0%,#f9fff9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e8ffe8 0%,#f9fff9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e8ffe8 0%,#f9fff9 100%); /* IE10+ */
  background: linear-gradient(to bottom, #e8ffe8 0%,#f9fff9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ffe8', endColorstr='#f9fff9',GradientType=0 ); /* IE6-9 */
}

.fmcalc-wrapper.fmcalc-green-gradient-horizontal
{
  background: #e8ffe8; /* Old browsers */
  background: -moz-linear-gradient(left, #e8ffe8 0%, #f9fff9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8ffe8), color-stop(100%,#f9fff9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #e8ffe8 0%,#f9fff9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #e8ffe8 0%,#f9fff9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #e8ffe8 0%,#f9fff9 100%); /* IE10+ */
  background: linear-gradient(to right, #e8ffe8 0%,#f9fff9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ffe8', endColorstr='#f9fff9',GradientType=1 ); /* IE6-9 */
}

.fmcalc-wrapper.fmcalc-gold-gradient
{
  background: #ffffdd; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #fffff5 30%, #ffffdd 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(30%,#fffff5), color-stop(100%,#ffffdd)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  #fffff5 30%,#ffffdd 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  #fffff5 30%,#ffffdd 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  #fffff5 30%,#ffffdd 100%); /* IE10+ */
  background: radial-gradient(ellipse at center,  #fffff5 30%,#ffffdd 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffff5', endColorstr='#ffffdd',GradientType=1 );*/ /* IE6-9 fallback on horizontal gradient */
}

.fmcalc-wrapper.fmcalc-gold-gradient-vertical
{
  background: #ffffdd; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffdd 0%, #fffff4 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffdd), color-stop(100%,#fffff4)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffdd 0%,#fffff4 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffdd 0%,#fffff4 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffdd 0%,#fffff4 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffdd 0%,#fffff4 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffdd', endColorstr='#fffff4',GradientType=0 ); /* IE6-9 */
}

.fmcalc-wrapper.fmcalc-gold-gradient-horizontal
{
  background: #ffffdd; /* Old browsers */
  background: -moz-linear-gradient(left, #ffffdd 0%, #fffff4 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffdd), color-stop(100%,#fffff4)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffffdd 0%,#fffff4 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffffdd 0%,#fffff4 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffffdd 0%,#fffff4 100%); /* IE10+ */
  background: linear-gradient(to right, #ffffdd 0%,#fffff4 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffdd', endColorstr='#fffff4',GradientType=1 ); /* IE6-9 */
}


.fmcalc-wrapper.fmcalc-red-gradient
{
  background: #ffddaa; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #fff0c0 30%, #ffddaa 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(30%,#fff0c0), color-stop(100%,#ffddaa)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  #fff0c0 30%,#ffddaa 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  #fff0c0 30%,#ffddaa 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  #fff0c0 30%,#ffddaa 100%); /* IE10+ */
  background: radial-gradient(ellipse at center,  #fff0c0 30%,#ffddaa 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0c0', endColorstr='#ffddaa',GradientType=1 );*/ /* IE6-9 fallback on horizontal gradient */
}

.fmcalc-wrapper.fmcalc-red-gradient-vertical
{
  background: #ffddaa; /* Old browsers */
  background: -moz-linear-gradient(top, #ffddaa 0%, #fff0c0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffddaa), color-stop(100%,#fff0c0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffddaa 0%,#fff0c0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffddaa 0%,#fff0c0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffddaa 0%,#fff0c0 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffddaa 0%,#fff0c0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffddaa', endColorstr='#fff0c0',GradientType=0 ); /* IE6-9 */
}

.fmcalc-wrapper.fmcalc-red-gradient-horizontal
{
  background: #ffddaa; /* Old browsers */
  background: -moz-linear-gradient(left, #ffddaa 0%, #fff0c0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffddaa), color-stop(100%,#fff0c0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffddaa 0%,#fff0c0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffddaa 0%,#fff0c0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffddaa 0%,#fff0c0 100%); /* IE10+ */
  background: linear-gradient(to right, #ffddaa 0%,#fff0c0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffddaa', endColorstr='#fff0c0',GradientType=1 ); /* IE6-9 */
}

.fmcalc_lshadow, .fmcalc-lshadow
{
  background: url("images/lshadow.png") no-repeat;
  float: left;
  height: 21px;
  width: 210px;
  margin-left: -2px;
}

.fmcalc-rshadow
{
  background: url("images/rshadow.png") no-repeat;
  float: right;
  height: 21px;
  width: 210px;
  margin-right: -5px;
}

.fmcalc-description
{
  padding: 0 20px;
}

.fmcalc-wrapper form
{
  padding: 0 20px;
  top: -10px;
}

.fmcalc
{
  margin: 0 auto;
}

.fmcalc-title-wrap
{
  margin-top: 25px;
}

.fmcalc-title
{
  font-size: 21px;
  color: #000;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-align: center;
  background:  	#bbb;
  position: relative;
  left:0;
  z-index: 100;
  height: 60px;
  margin: auto;
}

.fmcalc-title-wrap .fmcalc-title p
{
  background:  	#bbb;
  color: #000;
  font-size: 21px;
  font-weight: bold;
  font-family: Arial, sans-serif;
}

.fmcalc-inner-container .fmcalc-wrapper .fmcalc-title-wrap .fmcalc-title p.fmcalc-title-p
{
  text-align: center;
  padding-top: 15px;
}


.fmcalc-title-l
{
  font-size: 21px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-align: center;
  background:  	#bbb;
  /*background: rgb(0,196,103);*/
  position: relative;
  left:-10px;
  width: 10px;
  height: 60px;
  float: left;
  z-index: 100;
}

.fmcalc-title-r
{
  font-size: 21px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-align: center;
  background:  	#bbb;
  /*background: rgb(0,196,103);*/
  position: relative;
  right:-10px;
  width: 10px;
  height: 60px;
  float: right;
  z-index: 100;
}

.fmcalc-blue .fmcalc-title, .fmcalc-blue .fmcalc-title-l, .fmcalc-blue .fmcalc-title-r, .fmcalc-blue .fmcalc-title p
{
  background:  	#003366;
  color: #fff;
}

.fmcalc-green .fmcalc-title, .fmcalc-green .fmcalc-title-l, .fmcalc-green .fmcalc-title-r, .fmcalc-green .fmcalc-title p
{
  background:  	#336600;
  color: #fff;
}

.fmcalc-gold .fmcalc-title, .fmcalc-gold .fmcalc-title-l, .fmcalc-gold .fmcalc-title-r, .fmcalc-gold .fmcalc-title p
{
  background:  	#FFD700;
  color: #000;
}

.fmcalc-red .fmcalc-title, .fmcalc-red .fmcalc-title-l, .fmcalc-red .fmcalc-title-r, .fmcalc-red .fmcalc-title p
{
  background:  	#990000;
  color: #fff;
}


.fmclear { clear: both;}

.fmcalc-triangle-l {
  border-color: transparent #000 transparent transparent;
  border-style:solid;
  border-width:10px;
  height:0;
  position: relative;
  left: -20px;
  float: left;
  top: -10px;
  z-index: 1; /* displayed under bubble */
}

.fmcalc-triangle-r {
  border-color: transparent transparent transparent #000;
  border-style:solid;
  border-width:10px;
  height:0;
  width:0;
  right: -20px;
  top: -10px;
  position: relative;
  float:right;
  z-index: 1;
}

.fmcalc-wrapper input[type="text"], textarea
{
  padding: 5px;
  border: 1px solid #bbb;
  background-color: #fff;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: 0 0 2px #CCCCCC;
  width: auto;
}

.fmcalc-wrapper input[type="text"]:hover
{
  border:1px solid #cccccc;
}

.fmcalc-wrapper input[type="text"]:focus
{
  box-shadow:0 0 2px #FFFE00;
}

.fmcalc-wrapper form input.fm-calculator-button, .fmcalc-wrapper form input[type="button"], .fmcalc-wrapper form input[type="reset"]
{
  /*
  -moz-appearance: button !important;
  border: 2px outset ButtonFace !important;
  */
  line-height: 21px;
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif !important;
  color: #444444 !important;
  font-size: 15px !important;
  font-weight: bold !important;
  text-decoration: none !important;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75) !important;
  padding: 3px !important;
  white-space: pre !important;
  cursor: default !important;
  text-align: center !important;
  width: auto;
  margin: 5px;
}

/*
.fmcalc-wrapper form input.fm-calculator-button:hover, .fmcalc-wrapper form input[type="button"]:hover, .fmcalc-wrapper form input[type="reset"]:hover
{
  background-color: -moz-buttonhoverface;
  color: -moz-buttonhovertext;
}
*/

input[type="text"].fmcalc-result-input
{
  border: none;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

input[type="text"].fmcalc-result-input:hover
{
  border: none;
}

input[type="text"].fmcalc-result-input:focus
{
  box-shadow: none;
}

.fmcalc-separator
{
  width: 60%;
  border-top: 1px solid #3673b2;
  margin: 15px auto 20px auto;
}

.fmcalc-separator.full
{
  width: 95%;
  border-top: 1px solid #3673b2;
  margin: 15px auto 20px auto;
}

/* Attribution Link Div Style */
.fmcalc-ald, .fmcalc-ald p
{
  clear: both;
  white-space: nowrap;
  text-align: center;
  margin: 0 auto;
  font-size: 10px;
}

.fmcalc-ic-c4 td
{
  font-size: 14px;
}


.fmcalc-ic-c9 div.fmcalc-title, .fmcalc-ic-c9 div.fmcalc-title-l, .fmcalc-ic-c9 div.fmcalc-title-r, .fmcalc-ic-c9 div.fmcalc-title p
{
  font-size: 16px;
}

.fmcalc-ic-c10 div.fmcalc-title, .fmcalc-ic-c10 div.fmcalc-title-l, .fmcalc-ic-c10 div.fmcalc-title-r, .fmcalc-ic-c10 div.fmcalc-title p
{
  font-size: 16px;
}

.fmcalc-ic-c10 div.fmcalc-title, .fmcalc-ic-c10 div.fmcalc-title-l, .fmcalc-ic-c10 div.fmcalc-title-r
{
  height: 80px;
}

.fmcalc-ic-c13 div.fmcalc-title, .fmcalc-ic-c13 div.fmcalc-title-l, .fmcalc-ic-c13 div.fmcalc-title-r, .fmcalc-ic-c13 div.fmcalc-title p
{
  font-size: 16px;
}

.fmcalc-ic-c14 div.fmcalc-title, .fmcalc-ic-c14 div.fmcalc-title-l, .fmcalc-ic-c14 div.fmcalc-title-r, .fmcalc-ic-c14 div.fmcalc-title p
{
  font-size: 16px;
}

.fmcalc-ic-c19 div.fmcalc-title, .fmcalc-ic-c19 div.fmcalc-title-l, .fmcalc-ic-c19 div.fmcalc-title-r, .fmcalc-ic-c19 div.fmcalc-title p
{
  font-size: 16px;
}

.fmcalc-ic-c21 div.fmcalc-title, .fmcalc-ic-c21 div.fmcalc-title-l, .fmcalc-ic-c21 div.fmcalc-title-r, .fmcalc-ic-c21 div.fmcalc-title p
{
  font-size: 16px;
}

.fmcalc-ic-c22 div.fmcalc-title, .fmcalc-ic-c22 div.fmcalc-title-l, .fmcalc-ic-c22 div.fmcalc-title-r, .fmcalc-ic-c22 div.fmcalc-title p
{
  font-size: 16px;
}

.fmcalc-ic-c53 div.fmcalc-title, .fmcalc-ic-c53 div.fmcalc-title-l, .fmcalc-ic-c53 div.fmcalc-title-r, .fmcalc-ic-c53 div.fmcalc-title p
{
  font-size: 16px;
}

.fmcalc-ic-c54 div.fmcalc-title, .fmcalc-ic-c54 div.fmcalc-title-l, .fmcalc-ic-c54 div.fmcalc-title-r, .fmcalc-ic-c54 div.fmcalc-title p
{
  font-size: 16px;
}

.fmcalc-ic-c60 div.fmcalc-title, .fmcalc-ic-c60 div.fmcalc-title-l, .fmcalc-ic-c60 div.fmcalc-title-r, .fmcalc-ic-c60 div.fmcalc-title p
{
  font-size: 16px;
}

.fmcalc-ic-c63 div.fmcalc-title, .fmcalc-ic-c63 div.fmcalc-title-l, .fmcalc-ic-c63 div.fmcalc-title-r, .fmcalc-ic-c63 div.fmcalc-title p
{
  font-size: 16px;
}

.fmcalc-ic-c66 div.fmcalc-title, .fmcalc-ic-c66 div.fmcalc-title-l, .fmcalc-ic-c66 div.fmcalc-title-r, .fmcalc-ic-c66 div.fmcalc-title p
{
  font-size: 16px;
}

.fmcalc-ic-c67 div.fmcalc-title, .fmcalc-ic-c67 div.fmcalc-title-l, .fmcalc-ic-c67 div.fmcalc-title-r, .fmcalc-ic-c67 div.fmcalc-title p
{
  font-size: 16px;
}

/* Custom Fonts */

.fmcalc-ic-c1 td, .fmcalc-ic-c15 td, .fmcalc-ic-c18 td, .fmcalc-ic-c21 td, .fmcalc-ic-c22 td, .fmcalc-ic-c26 td, .fmcalc-ic-c31 td, .fmcalc-ic-c37 td, .fmcalc-ic-c41 td, .fmcalc-ic-c51 td, .fmcalc-ic-c53 td, .fmcalc-ic-c64 td
{
  font-size: 12px;
}

.fmcalc-ic-c26 td, .fmcalc-ic-c26 td input[type="text"], .fmcalc-ic-c18 td input[type="text"], .fmcalc-ic-c21 td input[type="text"], .fmcalc-ic-c22 td input[type="text"], .fmcalc-ic-c31 td input[type="text"], .fmcalc-ic-c37 td input[type="text"], .fmcalc-ic-c41 td input[type="text"], .fmcalc-ic-c51 td input[type="text"], .fmcalc-ic-c53 td input[type="text"], .fmcalc-ic-c63 td input[type="text"], .fmcalc-ic-c64 td input[type="text"]
{
  font-size: 10px;
}