﻿ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.border-value
{
    font-weight: bold;
    border-bottom: 1px black dotted;
}

.border-licence
{
    padding: 0px 5px;
    text-align: justify;
}

.border-date
{
    padding: 0px 10px 0px 5px;
}

div.box-title p
{
    font-size: 18px;
}

div.box-detail p
{
    font-size: 15px;
}

div.box-detail-left
{
    text-align: left;
    float: left;
    padding-left: 60px;
}

div.box-detail-right
{
    text-align: right;
    float: right;
    padding-right: 60px;
}

div.box-detail-justify
{
    text-align: justify;
    padding: 0px 60px;
}

div.box-licence
{
    float: left;
    border: 1px solid #ccc;
    padding: 35px 5px 5px 5px;
    width: 141px;
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}

th.border_left, td.border_left, td.border_right
{
    border-left: 1px solid #ccc;
}

td.border_right
{
    border-right: 1px solid #ccc;
}