
body {
    margin: auto;
    width: 1000px;
    background-color:#F2F2F2
}

main {
    padding: 10px 20px;
}


footer {
    font-size: 13px;
    color: #888;
    border-top: 1px solid #eee;
    margin-top: 25px;
    text-align: center;
    padding: 20px;
}


.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #b8daff;
    border-radius: 0.25rem;
    color: #004085;
    background-color: #cce5ff;
}


.btn {
    font-size: 14px;
    padding: 5px 10px;
    text-decoration: none;
    cursor: pointer;
    background-color: white;
    color: black;
    border: 2px solid #555555;
}


.btn:hover {
    text-decoration: none;
    background-color: black;
    color: white;
    border: 2px solid black;
}


tbody.row-hover tr:nth-child(odd) {
background-color: #ffffff;
}

tbody.row-hover tr:nth-child(even) {
 background-color: #f9f9f9;
}


tbody.row-hover tr:hover {
background-color: #e0e0e0;
        }

 table {
width: 1200px;
border-collapse: collapse;
}
th, td {
padding: 0px;
border: 1px solid #ddd;
text-align: left;
}
th {
background-color: #f0f0f0;
}



a {
    text-decoration:none
}
