﻿body {
}

body {
    background-color:black;
}

.splash {
    display:block;
    border:solid 1px yellow;
    width:1055px;
}

.converter {
    display: inline-block;
    border-top: solid 20px #EFD644;
    border-bottom: solid 1px #EFD644;
    border-left: solid 1px #EFD644;
    border-right: solid 1px #EFD644;
    color: #ABADAF;
    width: 300px;
    height:190px;
}

    .converter .caption {
        padding-top: 20px;
        padding-bottom: 10px;
        text-align: center;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 5px;
    }

.converter .block {
    margin-top:10px;
    font-weight:bold;
    text-align:center;
}

    .converter .block .block-label {
        text-align: right;
        margin-right: 5px;
        padding-right: 5px;
        width: 40px;
    }

    .converter .block .block-input input {
        width: 100px;
    }

    .converter .block div {
        display: inline-block;
    }

    .converter .block div {
        display: inline-block;
    }

.converter .button {
    height:45px;
    text-align:center;
    padding-top:20px;
}

    .converter .button input[type=button] {
        height: 35px;
        width:180px;
    }