body {
    font-family: 'PT Serif', serif;
    font-size: 13pt;
    font-weight: 400;
    margin: 0px;
}

a {
    font-weight: bold;
    color: #047390;
    font-size: 14pt;
}

#content_wrapper {
    background-color: white;
    border: 1px solid black;
    margin: 5px auto 0px auto;
    padding: 0px;
    width: 700px;

}

#banner img {
    height: 100%;
    width: 100%;
}

#main_content {
    height: 350px;
    padding: 0px 10px;
}

#main_content h2 {
    font-size: 17.6pt;
    font-weight: 600;
    margin: 15px 0px;
	font-stretch:ultra-condensed;
}

.input {
    margin-bottom: 5px;
}

#bad_input {
    font-style: italic;
    color: Red;
}

.result {
    height: 42px;
    position: relative;
}

.result p {
    margin: 0px;
    position: absolute;
    bottom: 0px;
}

.bigNum {
    font-size: 20pt;
    font-weight: 700;
}

.smallNum {
    font-size: 17pt;
    font-weight: 700;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    height: 20px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #f0f0f0;
    color: black;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    font-size: 10pt;
    width: 240px;
    bottom: 100%;
    left: 50%;
    margin-left: -120px;
    opacity: 0.975;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

#share_result {
    margin-top: 20px;
}

#share_result ul {
    padding: 0px;
    margin: 0px;
}

.social_item {
    display: inline-block;
    margin: 2px 0px;
}

#twitter_link {
    background-color: #1da1f2;
}

#facebook_link {
    background-color: #3b5998;
}

#embed_link {
    background-color: #505050;
}

.social_link {
    display: block;
    padding: 4px 8px;
    color: #ffffff;
    font-size: 12pt;
    font-weight: 400;
    border-radius: 5px;
    text-decoration: none;
}

.social_link:hover {
    opacity: 0.9;
}

.social_icon {
    height: 25px;
    font-size: 19px;
    line-height: 25px;
    vertical-align: text-top;
}

.social_text {
    display: inline-block;
    vertical-align: middle;
}

#twitter_link .social_text {
    margin-left: -5px;
}

#embed_code {
    width: 380px;
    height: 25px;
    display: inline-block;
}

#footer {
    padding: 10px 60px 10px 10px;
    height: 80px;
}

#footer img {
    height: 100%;
}

#footer_link {
    float: right;
    line-height: 80px;
}