div#pie{
width:100%;
height:100px;
background:#2E2E2E;
color:#E4E4E4;
}

div#products{
width:100%;
background:#2E2E2E;
color:#E4E4E4;
}

table{
width:100%;
background:transparent;
border:1px solid transparent;
border-radius:5px;
font-size:25px;
}

div.clock2{
	width:100%;
	color:#2E2E2E;
	background:#D1BA5D;
}

input, textarea {
    padding: 1px;
    margin: 10px;
    font-size: medium;
    font-weight: bold;
    outline: none;
	color: #000;
}
p {
    font-size: large;
    margin-bottom: -5px;
}
input[type=text], textarea {
    width: 70%;
	max-width:550px;
	min-width:250px;
    background: #FFF;
    border: 1px solid transparent;
}
input[type=submit] {
    width: 150px;
    background: #FFF;
    border: 3px solid transparent;
    font-size: large;
    color: #2E2E2E;
	transition:0.5s;
}
input[type=submit]:hover {
    border:3px solid #2E2E2E;
	transition:0.5s;
    cursor: pointer;
}
