﻿@import url(../../common/css/common.css);

.table-company {
margin:auto;
margin-bottom:20px;
width:100%;
border-top:1px solid #CCC;
border-left:1px solid #CCC;
}

.table-company th {
font-weight:normal;
width:20%;
border-bottom:1px solid #CCC;
border-right:1px solid #CCC;
padding:10px;
text-align:left;
}

.table-company td {
font-weight:normal;
width:80%;
border-bottom:1px solid #CCC;
border-right:1px solid #CCC;
padding:10px;
}



