/*** Table Styles **/

.table-rhagym {
  background: rgba(256, 256, 256, 0.5);
  border-radius:3px;
  border-collapse: collapse;
  height: auto;
  margin: auto;
  max-width: 800px;
  padding:5px;
  font-family:'Muli';
  font-weight:300;
  width: 100%;
  animation: float 5s infinite;
}

.table-dwyn {
  background: rgba(256, 256, 256, 0.8);
  border-radius:3px;
  border-collapse: collapse;
  height: auto;
  margin-left: 5px;
  max-width: 800px;
  padding: 5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
  font-family:'Muli';
  font-weight:300;
}

.table-llyn {
  background: rgba(256, 256, 256, 0.8);
  border-radius:3px;
  border-collapse: collapse;
  height: auto;
  margin: auto;
  max-width: 800px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
  font-family:'Muli';
  font-weight:300;
}

.table-gelert {
  background: rgba(256, 256, 256, 0.8);
  border-radius:3px;
  border-collapse: collapse;
  height: auto;
  margin: auto;
  max-width: 800px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
  font-family:'Muli';
  font-weight:300;
}

.table-rhys {
    background: rgba(256, 256, 256, 0.8);
  border-radius:3px;
  border-collapse: collapse;
  height: auto;
  margin: auto;
  max-width: 800px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
  font-family:'Muli';
  font-weight:300;
}


 
th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
tr {
  border-top: 1px ;
  border-bottom-: 1px ;
  color:black;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
tr:first-child {
 border-top-left-radius:3px;
}

tr:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
 
tr:nth-child(odd) td {
  background:transparent;
}
 
tr:last-child td:first-child {
  border-bottom-left-radius:3px;
  border-top-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
  border-top-right-radius:3px;
}
 
td {
  background:transparent;
  padding:10px;
  text-align:left;
  vertical-align:top;
  font-weight:300;
  font-size:18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px ;
}

.colofn-canol{
  width: 800px;
  color: rgba(0, 0, 0, .65);
  text-align: center;
  padding: 15px;
  font-size: 18px;
  font-family: 'Dosis', sans-serif;
  line-height: 1.5;
  float: left; width: 100%; }

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: justify;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: justify;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}

/* unvisited link */
a:link {
    color: #FFFFFF;
}

/* visited link */
a:visited {
    color: #999999;
}

/* mouse over link */
a:hover {
    color: #3C6478;
}

