a {
    color: #fff;
    text-decoration: underline;
}

body {
    background: #000;
    color: #fff;
    font: normal 1em/1.3 'Lucida Grande', 'Lucida Sans', 'Lucida', 'Verdana', sans-serif;
}

input {
    font-size: 1em;
}

h1 {
    text-align: center;
    font-size: 3em;
    margin-top: 0.333em;
}

h2 {
    font-weight: bold;
    text-align: center;
    font-size: 1em;
}

h3 {
    font-style: italic;
}

p {
    margin: 1em 0;
}

pre {
    border: 1px solid #fff;
    padding: 10px;
    font-family: 'Inconsolata', 'Consolas', 'Monaco', 'Courier New', monospace;
}

.howto {
    font-size: .8em;
    text-align: center;
    margin: 0.5em 0;
}

.notice {
    border: 1px dashed #fff;
    padding: 2%;
    margin-bottom: 1%;
}

    .notice h1 {
        font-size: 1em;
        font-weight: bold;
        margin: 0 1em 0 0;
        float: left;
    }
    
    .notice p {
        margin: 0;
    }

#user_bar {
    font-size: .6em;
    border-bottom: 1px solid #333;
    text-align: right;
    padding: .5%;
    margin-bottom: 2%;
}

    #user_bar strong {
        font-weight: bold;
    }

#currency_list {
    margin: 1em 0;
}
    
    #currency_list .inactive {
        color: #999;
    }

    #currency_list li {
        text-align: left;
        padding: 0 10px;
    }
    
        #currency_list li label {
            display: block;
        }
    
    #currency_list li:hover label {
        cursor: move;
    }

#content {
    width: 543px;
    margin: 1em auto;
    overflow: hidden;
}

#convert {
    width: 300px;
    margin: 2em auto 0 auto;
    overflow: hidden;
}

    #convert input {
        display: block;
    }

    #convert input[type="text"] {
        width: 200px;
        float: left;
    }
    
    #convert input[type="submit"] {
        width: 90px;
        float: right;
    }

#exchange_table {
    margin: auto;
}

    #exchange_table .currency {
        font-size: 2em;
        text-align: center;
        z-index: 1000;
        overflow: hidden;
    }
    
        #exchange_table .currency .amount {
            display: block;
            text-align: right;
            width: 49%;
            padding-right: 1%;
            float: left;
        }
        
        #exchange_table .currency .code {
            display: block;
            float: left;
            text-align: left;
            padding-left: 1%;
            width: 49%;
        }
        
        #exchange_table .currency input {
            text-align: center;
        }
    
    #exchange_table .currency.conversion {
        color: rgb(0, 164, 55);
    }

#navigation {
    text-align: center;
}

#user_registration {}

    #user_registration label {
        display: block;
        text-align: right;
        padding-right: 20px;
    }

#wemadeit {
    width: 543px;
    text-align: right;
    margin: 50px auto;
}

@media handheld, only screen and (max-device-width: 480px) {
    #convert {
        text-align: center;
    }

    #convert input {
        display: inline !important;
        clear: left;
        float: none !important;
        font-size: 2em !important;
        width: auto !important;
    }
}
