body{
    width: 210cm;
    height: 29.7cm;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto;
    width: 100%;
}
.border {
    border:#000 1px solid;
    border-collapse:collapse;
}
td{
    padding: 5px;
}
pre{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    white-space: pre-wrap;
}
.alert{
    color: red;
    font-weight: bold;
}
ol{
    margin-top: 0;
    margin-bottom: 0;
    padding: 0px;
    list-style-type: decimal;
    list-style-position: inside;
}
ul{
    margin-top: 0;
    margin-bottom: 0;
    padding: 0px;
    list-style-position: inside;
}
.checkbox{
    width: 12px;
    height: 12px;
}
img{
    width: 100%;
    height: auto;
}
.btn{
    padding: 0 6px 0 6px;
    margin: 6px 8px 6px 8px;
    min-width: 88px;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    text-decoration:none;
    border: none;
    outline: none;
}

