@charset "UTF-8";
html, body, form, fieldset, textarea, legend, dl, dd, dt, ul, ol, li, h1,
h2, h3, h4, h5, h6, p, input {
    margin: 0;
    padding: 0
}

html {
    font-size: 100%
}
body {
  overflow-x: hidden;
  font: 16px 'Open Sans', 'Helvetica', Arial, sans-serif;
  font-weight: 400;
  color: #896049;
  background: #FAF8F3;
}

input[type='submit'] {
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    cursor: pointer;
    background: none;
    border: none
}

button {
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    cursor: pointer;
    background: none;
    border: none
}

button::-moz-focus-inner {
    margin: 0;
    padding: 0
}

*+html button {
    overflow: visible
}

*+html input[type="submit"] {
    overflow: visible
}

a {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

fieldset, img {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th, td {
    text-align: left;
    vertical-align: top;
    font-weight: normal
}

input, textarea, select {
    font-size: 100%;
    line-height: 1
}

input, select {
    vertical-align: middle
}

dl, ul, ol, li, dt, dd {
    list-style: none
}

input:focus {
    outline: none
}

input:active {
    outline: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: none;
    padding: none
}

a, button, input[type='submit'] {
    cursor: pointer
}

a {
    color: #F26E1B
}

a:hover {
    text-decoration: underline;
}

::selection {
    background: #F26E1B;
    color: #fff
}

::-moz-selection {
    background: #F26E1B;
    color: #fff
}

.content {
    position: relative;
    width: auto !important;
    margin-top: -2px;
    padding-top: 2px;
    z-index: 2;
    zoom: 1
}

.conversion {
    background: #fff;
    margin: 0px;
    width: 100%;
}

.conversion .conversion-head {
    background: #F26E1B;
    padding: 20px
}

.conversion .conversion-head .tt {
    font-size: 32px;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: 'Pacifico', 'Georgia', serif;
}

.conversion .conversion-head .call {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    font-style: italic
}

.conversion .conversion-menu {
    padding: 10px;
    background: #E6601C;
}
.subtitle{
  font-size: 20px;
  font-style: italic;
  color: #D02258;
  display: block;
  margin-bottom: 10px;
}

.conversion .conversion-menu select {
    width: 280px;
    font-size: 12px;
    padding: 2px
}

.conversion .conversion-main .box {
    padding: 10px;
    background: #faf8f3
}

.conversion .conversion-main table {
    font-size: 14px;
    color: #896049;
}

.conversion .conversion-main table td {
    padding: 10px
}

.conversion .conversion-main table td.last {
    text-align: right;
    color: #896049;
}

.conversion .conversion-main table td:last-child {
    text-align: right;
    color: #896049;
}

.conversion .conversion-main table tr.odd td {
    background-color: #f4f0e6
}

.conversion .conversion-main table tr:nth-child(odd) td {
    background-color: #f4f0e6
}

.conversion .hide {
    display: none
}
