table.table-past { width:100%; table-layout:fixed; border-collapse:collapse; border-spacing:0; border-top:solid 2px #a5d6a7; }
table.table-past th { padding:0; border-bottom:0px solid #e4e4e4; vertical-align:middle; text-align:center; }
table.table-past td { padding:0; border-bottom:0px solid #e4e4e4; vertical-align:middle; text-align:left; }
table.table-past th { font-weight:bold; background:#f3faf4; }
table.table-past tbody th { background:#f5f7f8; }
table.table-past td {}
table.table-past td strong { color:#333; }
table.table-past td li strong { font-size:15px; line-height:1.8em; }
table.table-past.table-left th,
table.table-past.table-left td { text-align:left; }
table.table-past.table-center th,
table.table-past.table-center td { text-align:center; }

a.btn-basic { display:inline-block; height:auto !important; padding:9px 20px; color:#fff; line-height:1.6em; border-radius:5px !important;  box-sizing:border-box !important; background-color:#46A144; -moz-border-radius:5px; -webkit-border-radius:5px; transition:0.6s; -webkit-transition:0.6s;}
a.btn-basic .text { display:block; text-align: center; color:#fff !important; font-weight:bold; }
a.btn-basic:hover,
a.btn-basic:active { background:#263238; transition:1s; -webkit-transition:1s; }
a.btn-basic:hover .text,
a.btn-basic:active .text { color:#fff !important; }