﻿@import url(https://fonts.googleapis.com/css?family=Walter+Turncoat);

html {
    background: -webkit-linear-gradient(90deg, #485563 10%, #29323c 90%);
    background: -moz-linear-gradient(90deg, #485563 10%, #29323c 90%);
    background: -ms-linear-gradient(90deg, #485563 10%, #29323c 90%);
    background: -o-linear-gradient(90deg, #485563 10%, #29323c 90%);
    background: linear-gradient(90deg, #485563 10%, #29323c 90%);
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    /*overflow: hidden*/
}

.CalcDetails {
    font-size: 20px;
    color: #000000;
    font-family: "Walter Turncoat", cursive;
    display: block;
    width: 78%;
    height: 10%;
    background-color: #efefef;
    padding: 20px 30px;
    /*overflow-y: auto;*/
    box-shadow: -1px 2px 2px 0px #555, inset 0 0 10px 0 #555;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: #B78240 solid 10px;
    background-size: cover;
    background-repeat: no-repeat;
}
