@charset "UTF-8";
/* CSS Document */
@media screen and (min-width:1024px){
body{
    padding-left: 20%;
    padding-right: 20%;
}
}

@media screen and (min-width:721px) and (max-width:1023px){
body{
    padding-left: 10%;
    padding-right: 10%;
}
}

@media screen and (max-width:720px){
body{
    padding-left: 2%;
    padding-right: 2%;
}
}

body{
    background-color: rgba(239,239,239,1.00);
    color: rgba(107,107,107,1.00);
    font-family: Arial;
}

h1{
    text-align: center;    
}

#pr{
	padding-bottom: 80px;
	
}

.row{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted rgba(158,158,158,1.00);
	display: block;
	text-decoration: none;
	color: rgba(92,92,92,1.00);
	padding-left: 20px;
	padding-right: 20px;
	line-height: 35px;
}

.row:hover{
	border-bottom: 0px dotted rgba(158,158,158,1.00);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.30);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.30);
}

.row span{
	color: rgba(255,255,255,1.00);
	margin-right: 10px;
	background-color: hsla(123,21%,38%,1.00);
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	border-radius: 3px;
	padding-right: 6px;
	font-size: 12px;
	position: relative;
	top: -2px;
}

#Declare{
	background-color: hsla(0,0%,0%,1.00);
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
