/*
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 : Mar 6, 2019, 9:06:53 AM
    Author     : suchat
*/
body {
    padding-top: 60px;
}

.starter-template {
    padding: 10px 10px;
    text-align: left;
}
.left-text {
    margin-left: 10px;
}
.left-text-max {
    margin-left: 30px;
}
.centered {
position:relative;
height: 100%;
margin:0 auto;
padding: 10% 0;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}
