﻿.table_beauty table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.table_beauty th, 
.table_beauty td {
  border: 1px solid #000;
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
  line-height: 28px;
}

.table_beauty th {
  font-weight: bold;
}

.table_beauty td:first-child, 
.table_beauty th:first-child {
  text-align: left;
}