.container {
    margin: 0 auto;
    width: 1024px
}

.container h1.title {
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2.5rem;
    color: #0000ff;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.container h2.copy-right {
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.2rem;
    color: #0000ff;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.container table.data-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 0 10px #888888;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


thead {
    background-color: #3366cc;
    border-color: #fff;
    text-align: center;
}

thead th {
    color: #fff;
    width: 25%;
}

tbody {
    background-color: #c9e0f8;
    font-weight: bold;
    border-top-width: 1px;
    border-top-style: double;
    border-top-color: #fff;
}

tbody th {
    background-color: #3366cc;
    border-color: #fff;
    text-align: center;
    color: #fff;
    width: 20%;
    min-height: 80px;
}


tbody.data-view ul {
    margin: 3px;
    padding: 3px;
    vertical-align: top;
}


tbody.data-view ul li {
    float: left;
    display: block;
    min-width: 240px;
    line-height: 1.8rem;
    padding: 3px 6px;
}