@charset "utf-8";
/* CSS Document */

.container{
	margin: 0 auto;
	width: 1024px;
}
.logo{
	float: left;
	margin-top: 20px;
}
.header-img{
	float: right;
	width: 360px;
}
.header-img img{
	float: right;
	width: 100%;
}
.instructions {
    margin-top: 30px;
}
.buttons-div{
	float: left;
	width: 100%;
	
}
.div-button{
	height: 50px;
	width: 194px;
	float: left;
	margin: 5px;
}
.div-button button {
    padding: 15px 8px;
    border-radius: 5px;
    border: 2px solid #FC6900;
    background: #000063;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb76b+0,ffa73d+50,ff7c00+51,ff7f04+100;Orange+Gloss */
background: rgb(255,183,107); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,183,107,1) 0%, rgba(255,167,61,1) 50%, rgba(255,124,0,1) 51%, rgba(255,127,4,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
	cursor: pointer;
	
}
.div-button button:hover {
    
    border: 2px solid rgb(255,183,107);
    background: #FC6900;
	box-shadow: 2px 1px 5px #999;
    
	
}
table {
    float: left;
    width: 100%;
}
 .copy-btn {
		padding:  8px 15px;
		border-radius: 5px;
		border: 2px solid #FC6900;
		background: #000063;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb76b+0,ffa73d+50,ff7c00+51,ff7f04+100;Orange+Gloss */
		background: rgb(255, 183, 107);
		/* Old browsers */
		background: -moz-linear-gradient(top, rgba(255, 183, 107, 1) 0%, rgba(255, 167, 61, 1) 50%, rgba(255, 124, 0, 1) 51%, rgba(255, 127, 4, 1) 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255, 183, 107, 1) 0%, rgba(255, 167, 61, 1) 50%, rgba(255, 124, 0, 1) 51%, rgba(255, 127, 4, 1) 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255, 183, 107, 1) 0%, rgba(255, 167, 61, 1) 50%, rgba(255, 124, 0, 1) 51%, rgba(255, 127, 4, 1) 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04', GradientType=0);
		/* IE6-9 */
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		cursor: pointer;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
 .copy-btn:hover {
		border: 2px solid rgb(255, 183, 107);
		background: #FC6900;
		box-shadow: 2px 1px 5px #999;
	}
.del-btn {
		padding:  8px 15px;
		border-radius: 5px;
		border: 2px solid #f6290c;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f85032+0,f16f5c+50,f6290c+51,f02f17+71,e73827+100;Red+Gloss+%231 */
background: rgb(248,80,50); /* Old browsers */
background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		cursor: pointer;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
 .del-btn:hover {
		border: 2px solid rgba(248,80,50,1);
		background: #f6290c;
		box-shadow: 2px 1px 5px #999;
	}
	

