@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,300italic,600,600italic,700,700italic);
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
body{
color:#000000;
font-size:13px;
font-family: 'Open Sans', sans-serif;
margin:0;
padding:0;
}
::selection {color:#FFF;background:#067743;}
::-moz-selection {color:#FFF;background:#067743;}
::-o-selection {color:#FFF;background:#067743;}
::-ms-selection {color:#FFF;background:#067743;}
::-webkit-selection {color:#FFF;background:#067743;}

.Shadow{
	-moz-box-shadow: 0px 0px 8px 0px #999;
	-webkit-box-shadow: 0px 0px 8px 0px #999;
	box-shadow: 0px 0px 8px 0px #999;	
}

.BgColor1{
	background-color:#fff;
}

.TableAlt2 {background-color:#067743;  color:#FFF}
.AltColor21 {background-color:#dee9e4;  color:#000}
.AltColor22 {background-color:#f1f8f5; color:#000}

.TableAlt1 {background-color:#f7ac02; color:#FFF}
.AltColor11 {background-color: #f6ebcf;}
.AltColor12 {background-color:#faf5e9;}

.FontColor1 {color: #067743 !important;}
.FontColor2 {color: #f78102;}
.FontColor3 {color:#FFFFFF;}
.FontColor4 {color:#000;}
.FontColor5 {
	color: #c80402;
}
/* Font Sizes */
.SmallerText {FONT-SIZE: 11px;}

.MediumText {FONT-SIZE: 12px;}

.NormalText {FONT-SIZE: 13px;}

.NormalTextBig {FONT-SIZE: 16px;}

.Heading {FONT-SIZE:20px;	}

.BiggerText {FONT-SIZE: 24px;}

.LargeText {FONT-SIZE: 32px;}

.SmallerLink{FONT-SIZE: 11px;text-decoration: none}
a.SmallerLink:hover {text-decoration:underline;}
	
.JustLinks {TEXT-DECORATION: none;}
a.JustLinks:hover{TEXT-DECORATION: underline;}

.AllCaps{text-transform:uppercase;}

.PositionABT{
	position: absolute}
.PositionREL{
	position: relative}
.PositionFIX{
	position: fixed}
	
.TableHeadingBig{
	FONT-SIZE: 18px;
	COLOR: #FFFFFF;
	padding-left: 10px;
	background-color:#039a55;
	background-image: linear-gradient(top, #039a55, #067743);
	background-image: -webkit-linear-gradient(top, #039a55, #067743);	
	background-image: -ms-linear-gradient(top, #039a55, #067743);	
	border: 1px solid #067743;	
	text-decoration: none;	
}
.Button{		
	background-color:#039a55;
	background-image: linear-gradient(top, #039a55, #067743);
	background-image: -webkit-linear-gradient(top, #039a55, #067743);	
	background-image: -ms-linear-gradient(top, #039a55, #067743);	
	border: 1px solid #067743;
	border-radius:3px;	
	display:inline-block;
	cursor:pointer;
	outline:none;
	color:#fff;
	text-transform:uppercase;	
	font-weight:bold;
	padding:4px 15px;
	text-decoration:none;
}
.Button:hover{	
	background-color:#ffae05;
	background-image: linear-gradient(top, #ffae05, #e09803);
	background-image: -webkit-linear-gradient(top, #ffae05, #e09803);	
	background-image: -ms-linear-gradient(top, #ffae05, #e09803);	
	border: 1px solid #e09803;
	text-decoration:none;
}

.Button:active {
	position:relative;
	top:1px;
}
.ButtonColor{	
	FONT-WEIGHT: bold;	
	COLOR: #fff;
	text-decoration: none;
	background-color:#ffae05;
	background-image: linear-gradient(top, #ffae05, #e09803);
	background-image: -webkit-linear-gradient(top, #ffae05, #e09803);	
	background-image: -ms-linear-gradient(top, #ffae05, #e09803);	
	border: 1px solid #d69a02;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:4px 10px;	
	outline:none;
	cursor:pointer;	
}
.ButtonColor:hover{	
	background-color:#333;
	background-image: linear-gradient(top, #111, #333);
	background-image: -webkit-linear-gradient(top, #111, #333);	
	background-image: -ms-linear-gradient(top, #111, #333);	
	border: 1px solid #888;
	text-decoration:none;
}
.ButtonColor:active {
	position:relative;
	top:1px;
}
.ButtonSmall{
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	text-decoration: none;
	background-color:#ffae05;
	background-image: linear-gradient(top, #ffae05, #e09803);
	background-image: -webkit-linear-gradient(top, #ffae05, #e09803);	
	background-image: -ms-linear-gradient(top, #ffae05, #e09803);	
	border: 1px solid #d69a02;
		border-radius:2px;
	padding:2px 8px;	
	outline:none;
	cursor:pointer;	
}
.ButtonSmall:active{
	top:1px;
	position:relative;
}
.ButtonSmall1 {
	FONT-SIZE: 10px;
	COLOR: #FFFFFF;
	text-decoration: none;
	background-color: #007BFF; /* Solid blue background */
	background-image: linear-gradient(to bottom, #3399FF, #0066CC); /* Blue gradient */
	border: 1px solid #0056b3; /* Darker blue border */
	padding: 3px 10px;
	outline: none;
	display: inline-block; /* Ensure it's not collapsing */
	text-align: center; /* Center the text */
	cursor: pointer; /* Add a pointer cursor */
}
.BigButton {
	font-size:24px;
	 color: #FFF;
    background-color: #fcac01;
    -webkit-box-shadow: 0px 4px 0px 3px rgba(0,0,0,0.6), inset 0px 0px 30px 10px #e09902;
    -moz-box-shadow: 0px 4px 0px 3px rgba(0,0,0,0.6), inset 0px 0px 30px 10px #e09902;
    box-shadow: 0px 4px 0px 3px rgba(0,0,0,0.6), inset 0px 0px 30px 10px #e09902;		
	border: 2px solid #ddd;	
	border-radius:10px;
	display:block;	
	cursor:pointer;
	outline:none;
	color:#fff;		
	padding:10px 15px 10px 25px;
	text-decoration:none;
}
.BigButton:hover {
	 background-color: #067743;
    -webkit-box-shadow: 0px 4px 0px 3px rgba(0,0,0,0.6), inset 0px 0px 30px 10px #01502c;
    -moz-box-shadow: 0px 4px 0px 3px rgba(0,0,0,0.6), inset 0px 0px 30px 10px #01502c;
    box-shadow: 0px 4px 0px 3px rgba(0,0,0,0.6), inset 0px 0px 30px 10px #01502c;		
	border: 2px solid #ddd;	
	}
.BigButton:active{
	background-color: #067743;
    -webkit-box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.6), inset 0px 0px 30px 10px #01502c;
    -moz-box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.6), inset 0px 0px 30px 10px #01502c;
    box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.6), inset 0px 0px 30px 10px #01502c;		
	border: 2px solid #ddd;	
	top:1px;
	position:relative;
}
.BigButton1 {
	font-size:20px;
	background-color:#424242;
	background-image: linear-gradient(top, #424242, #000000);
	background-image: -webkit-linear-gradient(top, #424242, #000000);
	background-image: -moz-linear-gradient(top, #424242, #000000);	
	background-image: -ms-linear-gradient(top, #424242, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#424242', EndColorStr='#000');
	border: 2px solid #222;
	box-shadow:0px 0px 5px 0px #666;	
	border-radius:10px;
	display:block;	
	cursor:pointer;
	outline:none;
	color:#fff;	
	padding:5px 10px;	
	text-decoration:none;
}
.BigButton1:hover {
	background-color: #d52621;
	background-image: linear-gradient(top, #d52621, #980f08); 
	background-image: -webkit-linear-gradient(top, #d52621, #980f08);
	background-image: -moz-linear-gradient(top, #d52621, #980f08);	
	background-image: -o-linear-gradient(top, #d52621, #980f08);
	border: 2px solid #640602;	
	}
	
.MediumButton {
	font-size:18px;
	background-color:#039a55;
	background-image: linear-gradient(top, #039a55, #067743);
	background-image: -webkit-linear-gradient(top, #039a55, #067743);	
	background-image: -ms-linear-gradient(top, #039a55, #067743);	
	border: 1px solid #067743;
	border-radius:5px;		
	cursor:pointer;
	outline:none;
	color:#fff;	
	padding:5px 20px 5px 5px;	
	text-decoration:none;
}
.MediumButton:hover {	
background-color:#ffae05;
	background-image: linear-gradient(top, #ffae05, #e09803);
	background-image: -webkit-linear-gradient(top, #ffae05, #e09803);	
	background-image: -ms-linear-gradient(top, #ffae05, #e09803);	
	border: 1px solid #e09803;
}
.Active{	
	width:45px;
	height:45px;
	padding:5px;	
	background-color:#039a55;
	background-image: linear-gradient(top, #039a55, #067743);
	background-image: -webkit-linear-gradient(top, #039a55, #067743);	
	background-image: -ms-linear-gradient(top, #039a55, #067743);	
	border: 1px solid #025831;
	border-radius:50%;
	margin-top:-45px;
	margin-left:3%;	
	position: relative;
	color:#FFF;
	font-size:32px;	
	line-height:1.4;
	text-align:center;
	text-shadow:0px 0px 2px #000;
	font-weight:600;	
	text-decoration:none;
	display:block;		
}

.Visited{	
	width:45px;
	height:45px;
	padding:5px;	
	background-color: #222;
	background-image: -webkit-linear-gradient(top, #999, #666);	
	background-image: -ms-linear-gradient(top, #999, #666);
	background-image: linear-gradient(top, #999, #666);	
	border: 2px solid #444;
	
	border-radius:50%;
	margin-top:-45px;
	margin-left:3%;	
	position: relative;
	
}
.Visited a{
	color: #fff;
	font-size: 32px;
	line-height: 1.4;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	display: block;
}

.Deselect{
	width: 45px;
	height: 45px;
	padding: 5px;
	background-color: #f8fcff;
	border: 2px solid #d4bfbe;
	border-radius: 50%;
	color: #d4bfbe;
	font-size: 32px;
	line-height: 1.4;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	display: block;
	margin-top: -45px;
	margin-left: 3%;
	position: relative;
}
	
	
.TopButton{	
	font-size:13px;
	text-align:center;
	width:98%;
	max-width:310px;
	padding:6px 8px;
	margin:3px;
	color:#640602;
	display:block;
	border-radius:6px;
	background-color: #f17b5d;
	background-image: linear-gradient(top, #fff, #f77f7f);
	background-image: -webkit-linear-gradient(top, #fff, #f77f7f);
	background-image: -moz-linear-gradient(top, #fff, #f77f7f);
	background-image: -o-linear-gradient(top, #fff, #f77f7f);
	border: 1px solid #640602;
	text-decoration: none;
	cursor:pointer;
	outline:none;}

.TopButton:hover{
	background-color: #416420;
	background-image: linear-gradient(top, #608441, #314320);
	background-image: -webkit-linear-gradient(top, #608441, #314320);
	background-image: -moz-linear-gradient(top, #608441, #314320);
	background-image: -o-linear-gradient(top, #608441, #314320);
	border: 1px solid #ffe6e6;
	color:#fff;	
}
.RedButton {
	font-family: 'Open Sans', sans-serif;
	background-color: #d80101;
	background-image: linear-gradient(top, #d80101, #780000); 
	background-image: -webkit-linear-gradient(top, #d80101, #780000);
	background-image: -moz-linear-gradient(top, #d80101, #780000);	
	background-image: -o-linear-gradient(top, #d80101, #780000);
	border:1px solid #780000;	
	border-radius:5px;		
	cursor:pointer;
	outline:none;
	color:#fff;	
	padding:5px ;	
	text-decoration:none;
}
	
/* All Border Styles */
.Border1 {border-width:1px; border-style:solid}
.Border2 {border-width: 2px;  border-style:solid}

.DottedBorder {border-width:1px; border-style:dotted}

.BorderBottom{border-bottom: 1px solid;}
.BorderBottomDashed{border-bottom: dashed 1px;}
.BorderBottomDotted{border-bottom: dotted 1px;}

.BorderTop{border-top: 1px solid;}
.BorderTopDashed{border-top: dashed 1px;}
.BorderTopDotted{border-top: dotted 1px;}

.BorderColor1{border-color: #333}
.BorderColor2{border-color: #067743}

/* Border Rounded Corners */
.BorderRounded15{border-radius:15px;}
.BorderRounded10{border-radius:10px;}
.BorderRounded8{border-radius:8px;}
.BorderRounded5{border-radius:5px;}

/* All Alignments */	
.AlignJustify{text-align:justify}
.AlignRight{text-align: right;}
.AlignCenter{text-align: center;}
.AlignLeft{text-align: left;}

/* Table Style */
.TableStyle {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #bbb;
    background-color: #f5f5f5;
}

    .TableStyle th {
        border: 1px solid #bbb;
        padding: 6px;
        background-color: #067743;
        color: #FFF;
        font-size: 16px;
    }

    .TableStyle td {
        border: 1px solid #bbb;
        padding: 5px;
    }

    .TableStyle tr:nth-child(even) {
        background-color: #eee;
    }

    .TableStyle tr:hover {
        background-color: #fff;
    }

.Login{
	margin-top:15%;	
	background-color: #d52621;
	background-image: linear-gradient(top, #d52621, #980f08); 
	background-image: -webkit-linear-gradient(top, #d52621, #980f08);
	background-image: -moz-linear-gradient(top, #d52621, #980f08);	
	background-image: -o-linear-gradient(top, #d52621, #980f08);		
	box-shadow:inset 0px 0px 30px 0px #88110b, 0px 0px 20px 0px rgba(0,0,0,0.5);
	border-radius: 20px;
	}

/* Text Box Style*/	
.TextBox{
	width:100%;
	background-color:#fff;
	padding:5px 3px;
	border:1px solid #cccccc;
	border-radius:3px;
	outline:none;	
}
.TextBox:focus{
	background-color:#fff;
	border:1px solid #067743;
	transition:0.4s;
	outline:none;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.Header {
	background-color: #f5faf8;
	background-image: linear-gradient(top, #f5faf8, #e9efec);
	background-image: -webkit-linear-gradient(top, #f5faf8, #e9efec);	
	background-image: -ms-linear-gradient(top, #f5faf8, #e9efec);
	border-bottom:1px solid #bbb;
}
hr {display: block;
	height:1px;	
	border: 0;
	padding: 0;
	background-image: linear-gradient(left, transparent, #fff, transparent);
	background-image: -webkit-linear-gradient(left, transparent, #fff, transparent);
	background-image: -moz-linear-gradient(left, transparent, #fff, transparent);
	background-image: -ms-linear-gradient(left, transparent, #fff, transparent);
	background-image: -o-linear-gradient(left, transparent, #fff, transparent);	
	position: relative;
	border: none;	
}

.IconButton{
	font-size:16px;
	color:#FFF;
	padding-left:70px !important;
	background-color: #2f1d1b;
	background-image: linear-gradient(top, #2f1d1b, #211b1a); 
	background-image: -webkit-linear-gradient(top, #2f1d1b, #211b1a);
	background-image: -moz-linear-gradient(top, #2f1d1b, #211b1a);	
	background-image: -o-linear-gradient(top, #2f1d1b, #211b1a);
	border:2px solid #2f1d1b;	
	}
.IconButton:hover{
	background-color:#211b1a;
	background-image: linear-gradient(top, #211b1a, #2f1d1b);
	background-image: -webkit-linear-gradient(top, #211b1a, #2f1d1b);
	background-image: -moz-linear-gradient(top, #211b1a, #2f1d1b);	
	background-image: -ms-linear-gradient(top, #211b1a, #2f1d1b);
	border: 2px solid #2f1d1b;
	}
	
.Icon{	
	max-width:50px;	
	z-index:2;
	position: relative;	
	margin-bottom:-45px;
	margin-left:2px;	
}
.LeftRoundCorner{
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
.RightRoundCorner{
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}	
/* Citation Css*/	
.OptionsDiv{
	width:23.3%;
	margin:0.5%;
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.OptionsBox{
	text-align: center;
	background-color: #323232;
	padding: 10px 15px;
	border-radius: 10px;
}

.NumberDiv{
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #eee;
	font-size: 20px;
	color: #000000;
	text-align: center;
	padding: 5px;
	border: 2px solid #bbb;
	border-radius: 10px;
	text-decoration: none;
	z-index: 1;
	position: absolute;
	margin-left: 43%;
	top: -20px;
}
.dropbtn {
	font-family: 'Open Sans', sans-serif;
	width:100%;
	background:#083b8f;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	border-radius:10px;
	padding:20px;
	box-sizing:border-box; 
  border: none;
  cursor: pointer;
  outline:none;
}

.dropbtn:hover, .dropbtn:focus {
	background:#067743;
}


.dropdown-content {
  display: block;
  position: relative;
  background-color: #f2f8fb;
  min-width: 200px;
  width:97%;
  margin-left:1.5%;
  overflow: auto;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
  z-index: 100;
}



@media screen and (max-width:767px) {
.NormalTextBig {FONT-SIZE: 15px;}
.Heading{FONT-SIZE:18px;}
.BiggerText{FONT-SIZE: 22px;}
.LargeText{FONT-SIZE: 30px;	}
.OptionsDiv{
	width:30.3%;
	margin:1% 1% 4% 1%;
}
	.dropbtn {font-size:18px; padding:15px;}
}

@media screen and (max-width:639px) {
.BiggerText{FONT-SIZE: 20px;}
.LargeText{FONT-SIZE: 28px;	}
.OptionsDiv{
	width:47%;
	margin:1% 1% 7% 1%;
}
.NumberDiv{

	margin-left:37%;
}
	.dropbtn {font-size:16px;padding:10px 12px;}
}

@media screen and (max-width:479px) {
body {FONT-SIZE: 12px;}
.MediumText {FONT-SIZE: 11px;}
.NormalText {FONT-SIZE: 12px;}
.NormalTextBig {FONT-SIZE: 14.5px;}
.Heading {FONT-SIZE:16px; }
.BiggerText {FONT-SIZE: 18px;}
.LargeText {FONT-SIZE: 26px;}
.BigButton {
	font-size:18px;
	
	padding:8px 10px 8px 25px;
	text-decoration:none;
}

}

@media screen and (max-width:360px) {
	.OptionsDiv{
	width:98%;
	margin:1% 1% 7% 1%;
}
.NumberDiv{

	margin-left:44%;
}
.LargeText{FONT-SIZE: 24px;}
}

.modalBackground 
{
	background-color:Black ;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;                     
	Opacity:0.65; 
}

.white-popup {
  position: absolute;
  background: #FFF;
  padding: 0px;
  width: auto;
  max-width: 800px;
  margin: -50px auto;
  
}

 .pop-up-background {
            background: rgba(0,0,0,.7);
            cursor: pointer;
            height: 100%;
            left: 0;
            top: 0;
            position: fixed;
            width: 100%;
            z-index: 3000;
        }

        .pop-up {
            border: 1px solid #333;
            background-color: #FFF;
            padding: 10px;
            margin: auto;
            margin-top: 5%;
            width: 90%;
            -moz-box-shadow: 0px 0px 12px 5px #363636;
            -webkit-box-shadow: 0px 0px 12px 5px #363636;
            box-shadow: 0px 0px 12px 5px #363636;
            z-index: 3000;
        }

        .Close {
            position: relative;
            z-index: 3000;
            text-align: right;
            right: 0;
        }


         #tab-container ul {
            list-style: none;
            list-style-position: outside;
            width: 100%;
        }

            #tab-container ul.tab-menu li {
                display: block;
                float: left;
                position: relative;
                font-weight: 700;
                padding: 5px 10px 5px 10px;
                border-bottom: none;
                border-width: 1px;
                border-color:#000;
                color: #0c0c0c;
                cursor: pointer;
                height: 14px;
                margin-bottom: -1px;
                margin-right: 3px;
                border-top-left-radius: 3px;
                border-top-right-radius: 3px;
                background-color:#e0eef2;
            }

                #tab-container ul.tab-menu li.active {
                    height: 15px;
                    border-bottom: 0;
                   background-color:#003d4d; 
                   color:#fff;
                   
                }



        .tab-content {
            margin: 0 auto;
            border: 1px solid #004052;
            text-align: left;
            padding: 10px;
            padding-bottom: 20px;
            display: none;
            background-color:#f5fcff;
        }

        #tab-container div.active {
            display: block;
        }


    .chkCont {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.chkCont input {
    position: absolute;
    opacity: 0;
}

        .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.chkCont:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chkCont input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.chkCont:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chkCont input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chkCont .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


#popup {
    width:100%;
    height: 120px;
	background-color:#ffb400;
	color:#000;
    border-top: 2px solid #000;
    box-shadow: #64686e 0px 0px 3px 3px;
    -moz-box-shadow: #64686e 0px 0px 3px 3px;
    -webkit-box-shadow: #888888 0px 0px 3px 3px;
    position: fixed;
    bottom: 0px;
	z-index:999
}
#popup2 {
    width:100%;
    height: auto;
	background-color:#ffb400;
    border-bottom: 1px solid #000;
    box-shadow: #64686e 0px 0px 3px 3px;
    -moz-box-shadow: #64686e 0px 0px 3px 3px;
    -webkit-box-shadow: #49402f 0px 0px 3px 3px;
    position: relative;
    top: 0px;
	z-index:999
}
.popup3 {
    width: auto;
	font-size:13px;
	color:#000;
	
   
	padding:5px 8px;
    	box-shadow:inset 0px 5px 0px 0px #ff9900;	
	background-color: #ff9900;
	
	border:1px solid #000;	
	border-radius:8px;
    box-shadow: #ebebeb 0px 0px 4px 3px;
    -moz-box-shadow: #ebebeb 0px 0px 4px 3px;
    -webkit-box-shadow: #ebebeb 0px 0px 4px 3px;
    position: fixed;
	right:10px;
    bottom: 5px;
	cursor:pointer;
	z-index:999
}
.popupbutton{
COLOR: #FFFFFF;
	text-decoration: none;
	background-color:#039a55;
	background-image: linear-gradient(top, #039a55, #067743);
	background-image: -webkit-linear-gradient(top, #039a55, #067743);	
	background-image: -ms-linear-gradient(top, #039a55, #067743);	
	border: 1px solid #025831;
	padding:3px 10px;
	outline:none;
	border-radius: 8px;
	padding: 8px 15px;
	display: inline-block;
	margin: 2px;
	outline: none;
	
	outline:none;
	cursor:pointer;	}
	.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
