@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Poppins);

body {
	font-family:'Poppins', Arial;	
	color:#777777;
}

@charset "utf-8";
/* CSS Document */

a {
	color:#ffffff;
	text-decoration:none;	
}
a:hover {
	color:#FF7A20;
}

.notice {
	color:#f60;
	font-weight:bold;	
}

td {
	padding-left:5px;	
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:90%;
}

.teamtable {
	border:1px #777777 solid;	
}

.animated {
            -webkit-animation-duration: 5s;animation-duration: 5s;
            -webkit-animation-fill-mode: both;animation-fill-mode: both;
}


select,input {
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;	
	height:36px;
	border:1px #666666 solid;
	text-transform:capitalize;
	font-size:90%;
}

.button {
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;	
	border:0px #666666 solid;
	text-transform:capitalize;
	font-size:90%;
	background-color:#f60;
	font-family:'Poppins', Arial;
	color:#ffffff;
	padding:1%;
	height:auto;
	width:70px;
}

         
@-webkit-keyframes fadeOut {
            0% {opacity: 1;}
            100% {opacity: 0;}
}
         
@keyframes fadeOut {
            0% {opacity: 1;}
            100% {opacity: 0;}
}
         
.fadeOut {
            -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
}

