﻿body {
    background-color: #dcdcdc;
}

#Main {
    width: 1000px;
    min-height: 664px;
    margin: 20px auto;
    background-color: white;
    border: 4px solid #015ba8;
    border-radius: 3px 4px;
}

h1 {
    font-family: Algerian;
    font-weight: bold;
    font-style: italic;
    color: white;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

footer {
    width: 100%;
    max-height: 20px !important;
    text-align: center;
    background-color: #727a85;
    color: white;
    font-weight: bold;
}

.topnav {
    background-color: #f3f3f3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#wrapper {
    border: 5px solid #727a85;
    border-radius: 10px;
    margin-top: 10px;
    background-color: white;
}

.txtdesign {
    height: 26px;
    min-width: 174px;
    width: auto;
}

.tblh {
    font-weight: bold;
    background-color: #eeeeee;
    text-align: center;
    font-size: 16px;
}


.sorting {
    float: right;
    color: white;
}

    .sorting:hover {
        cursor: pointer;
        color: #d9fcff;
        text-decoration: none;
    }


#something td:nth-child(1) {
    width: 15%;
}

#something td:nth-child(2) {
    width: auto;
}

#something td:nth-child(3) {
    width: 15%;
}


.code-width {
    width: 80px;
}

.bg-login {
    
    background: rgb(254,255,255); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(254,255,255,1) 0%, rgba(210,235,249,1) 66%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 66%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 66%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
