﻿.nts-table {
 
    border-collapse: separate;
 
    border: 0px solid #dddddd;
   
    width: 100%;

	text-align: center;
 
  }
 
.nts-table tr:nth-child(odd){
 
        background: #ffffb3;

	 
    }
.nts-table tr:nth-child(even){
        background: #ffffff;
    }


 
.nts-table th{
 
    border: 1px dotted #FFA346;
 
    background-color: yellow;
 
    padding:1px;

    width: 15%;

 
  }
 
.nts-table td{
 
    border: 0px dashed #000;
 
    color: #002F5E;
 
    padding:1px;
 
   width: 15%;

   align-content: center;
	
	font-size: 12px;
 
  }
  

.ntm-table {
 
    border-collapse: separate;
 
    border: 0px solid #dddddd;
   
    width: 100%;

	text-align: center;
 
  }
 
.ntm-table tr:nth-child(odd){
 
        background: #c2f28b;

	 
    }
.ntm-table tr:nth-child(even){
        background: #ffffff;
    }


 
.ntm-table th{
 
    border: 1px dotted #FFA346;
 
    background-color: #9de34c;
 
    padding:1px;

    width: 15%;

 
  }
 
.ntm-table td{
 
    border: 0px dashed #000;
 
    color: #002F5E;
 
    padding:1px;
 
   width: 15%;

   align-content: center;
	
	font-size: 12px;
 
  }


.nty-table {
 
    border-collapse: separate;
 
    border: 0px solid #dddddd;
   
    width: 100%;

	text-align: center;
 
  }
 
.nty-table tr:nth-child(odd){
 
        background: #fffae3;

	 
    }
.nty-table tr:nth-child(even){
        background: #ffffff;
    }


 
.nty-table th{
 
    border: 1px dotted #FFA346;
 
    background-color: #ffb549;
 
    padding:1px;

    width: 15%;

 
  }
 
.nty-table td{
 
    border: 0px dashed #000;
 
    color: #002F5E;
 
    padding:1px;
 
   width: 15%;

   align-content: center;
	
	font-size: 12px;
 
  }

.nth-table {
 
    border-collapse: separate;
 
    border: 0px solid #dddddd;
   
    width: 100%;

	text-align: center;
 
  }
 
.nth-table tr:nth-child(odd){
 
        background: #ebffff;

	 
    }
.nth-table tr:nth-child(even){
 
        background: #ffffff;
    } 



.nth-table th{
 
    border: 0px dotted #FFA346;
 
    background-color: #00ffff;
 
    padding:1px;

    width: 15%;

 
  }
 
.nth-table td{
 
    border: 0px dashed #000;
 
    color: #002F5E;
 
    padding:1px;
 
   width: 15%;

   align-content: center;
font-size: 12px;
 
  }
 

.ntw-table {
 
    border-collapse: separate;
 
    border: 0px solid #dddddd;
   
    width: 100%;

	text-align: center;
 
  }
 
.ntw-table tr:nth-child(odd){
 
        background: #ffffff;

	 
    }
.ntw-table tr:nth-child(even){
 
        background: #ffffff;	 
    } 



.ntw-table th{
 
    border: 0px dotted #FFA346;
 
    background-color: #ffffbd;
 
    padding:1px;

    width: 15%;

 
  }
 
.ntw-table td{
 
    border: 0px dashed #000;
 
    color: #002F5E;
 
    padding:1px;
 
   width: 15%;

   align-content: center;
font-size: 12px;
 
  }
 
.ft {
border-collapse: separate;
 
    border: 0px solid #824100;
   
    width: 100%;

	text-align: center;
	
	font-size: 16px;

	background-color: #e7ff9e;
}

.example1 {
 height: 50px;	
 overflow: hidden;
 position: relative;
  background: yellow;
  -webkit-animation: mymove 5s infinite; /* Chrome, Safari, Opera */
  animation: mymove 5s infinite;
}
.example1 h3 {
 font-size: 3em;
 color: yellow;
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: example1 15s linear infinite;
 -webkit-animation: example1 15s linear infinite;
 animation: example1 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes example1 {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes example1 {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes example1 {
 0%   { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
}
 
/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
  from {background-color: yellow;}
  to {background-color: red;}
}

/* Standard syntax */
@keyframes mymove {
  from {background-color: yellow;}
  to {background-color: red
  ;}
}






