/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 14, 2020, 4:28:19 PM
    Author     : Cao Minh Lam <lamcm6805@co-well.com.vn>
*/

@media (min-width: 1463px) {
    .container {
        width: 80% !important;
    }
}

.table-custom thead tr td:nth-last-child(1) {
    text-align: center;
}

.table-custom tbody tr td:nth-last-child(1) {
    text-align: center;
    max-width: 87px;
}