﻿/*body {
    font-family: Verdana;
    font-size: 16px;
}

#wrapper {
    display: table;
    width: 100%;
    text-align: center;
}

input[type=button], a {
    display: block;
    background-color: #00a4ff;
    color: #fff;
    padding: 10px;
    margin: 10px;
    width: 85%;
    text-decoration: none;
}

input[type=submit]:hover {
    background-color: #f00;
}

#inner {
    display: table-row;
    padding: 10px;
    text-align: center;
}

#inner table {
    text-align: left;
}

#header {
    display: table-row;
    background-color: #c0c0c0;
    padding: 10px;
    text-align: center;
}

#footer {
    display: table-row;
    background-color: #c0c0c0;
    padding: 10px;
    text-align: center;
}*/

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.mynav {
    background-color: dodgerblue;
    color: #fff;
    margin-bottom: 20px;
}

    .mynav div {
        line-height: 40px;
        vertical-align: middle;
    }

.mylogo {
    font-weight: 700;
    float: left;
}

.myhome > a {
    float: right;
    color: #fff;
}

footer {
    background-color: #ececec;
}
