html {
    font-size: 11px;
    font-family: Tahoma, Geneva, Verdana, sans-serif;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

nav {
    display: block;
    overflow: hidden;
    background-color: #ffd800;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}


nav ul li {
    display: inline-block;
}

body {
}

.charts {
    width: 100%;
    max-width: 1200px;
}

.footer {
    clear: both;
    position: relative;
    height: 20px;
    margin-top: 0px;
}

.login {
    left: 50%;
    top: 25%;
    margin-left: -25%;
    position: absolute;
}

.logout {
    position: absolute;
    right: 10px;
    top: 10px;
}

ul.pvdata {
    padding: 0;
}

ul.pvdata li {
    font-weight: bold;
    line-height: 30px;
    list-style: none;
    padding: 0;
}

ul.pvdata li span {
    margin-left: 5px;
    padding: 5px;
}

.dd1 {
    width: 80px;
    display: inline-block;
}

.v1 {
    width: 70px;
    display: inline-block;
}

.button {
    display: inline-block;
    width: 115px;
    height: 15px;
    background: #ff6a00;
    padding: 2px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    line-height: 15px;
    text-decoration: none;
}


.buttonlogin {
    background: #ff6a00;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
    border: 1px solid grey;
    cursor: pointer;
}

.btnleft {
    margin-left: 10px;
}

.btnright {
    margin-left: 100px;
}

.label {
    font-weight: bold;
    width: 200px;
    display: inline-block;
}

.input {
    margin-left: 0px;
    display: inline-block;
    width: 200px;
    line-height: 22px;
    border-radius: 5px;
    background: #f1e9e9;
    padding: 5px;
    margin-top: 5px;
    border: 1px solid grey;
}

.textarea {
    margin-left: 20px;
    display: inline-block;
    width: 500px;
    line-height: 22px;
    border-radius: 5px;
    background: #f1e9e9;
    padding: 5px;
}



td {
    padding: 5px;
}

thead td {
    background-color: #ebe9e9;
}
