﻿@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);

div.table-title {
  display: block;
  margin: auto;
  max-width: 600px;
  padding: 5px;
  width: 100%;
}

.table-title h3 {
  color: #fafafa;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto", helvetica, arial, sans-serif;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

/*** Table Styles **/

.table-fill {
  background: white;
  border-collapse: collapse;
  border: none;
  margin: 10px auto;
  padding: 5px;
  width: 100%;
  /* display: table; */
}

th:first-child {
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

th:last-child {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  /* border-right: none; */
}

tr {
  border: 1px solid #343a45;
  color: #666B85;
  font-size: 16px;
  font-weight: normal;
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, Microsoft JhengHei, MingLiU, sans-serif;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

td,
tr {
  color: #333;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

tr:last-child {
  border-bottom: none;
}

/* tr:nth-child(odd) td
    {
       background: #f4f4f4; 
    }

    tr:nth-child(odd):hover td
    {
       background: #f4f4f4; 
    } */
tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

td:last-child {
  border-right: 0;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}

td > p {
  color: #333;
  font-size: 18px;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media only screen and ( min-width:768px) {
  th {
    color: #333;
    background: #f5f5f5;
    font-size: 1.2em;
    font-weight: 500;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
  }

  td,
  tr td {
    background: #FFFFFF;
    padding: 20px;
    vertical-align: middle;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #ddd;
  text-align: center;}

  .link,
  .link > span {
    font-size: 15px;
  }

  .tab-content h2 {
    margin: 2% 0 1%;
    text-align: center;
    font-size: 30px;
  }
  .tab-content p {
      color: #333;
    font-size: 16px;
  }

}
@media only screen and ( max-width:768px) {
  th {
    color: #333;
    background: #f5f5f5;
    font-size: 14px;
    font-weight: 500;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
  }

  td,
  tr td {
    padding: 4px !important;
    font-size: 12px;
  }

  .link,
  .link > span {
    font-size: 1em;
  }

  .tab-content h2 {
    margin: 2% 0 1%;
    text-align: center;
    font-size: 25px;
  }

  .tab-content p {
    color: #333;
    font-size: 15px;
  }
}
