.box.params {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
}
.box.tbl {
    font-family: "Adobe Garamond Pro", Georgia, serif;
    font-style: normal;
    font-size: 1.2em;
}

.tbl table {
    width: 100%;
    border: 2px solid steelblue;
    border-radius: 3px;
    background-color: #fff;
}
.tbl th {
    background-color: steelblue;
    color: #fff;
    cursor: pointer;
}
.tbl td {
    background-color: #f3f3f3;
}
.tbl th, td {
    padding: 3px 7px;
}


body {
    text-align: center;
    width: 800px;
    margin: 0 auto;
    font-size: font-size;
}

.params {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 200px;
    height: 100px;
    margin: 20px;
    border: 1px solid #000;
}

.box {
    display: inline-block;
    vertical-align: top;
    width: 500px;
    margin: 20px;
}