#numpadcontainer {
margin: 10px auto;
width: 250px;
}
#write {
margin: 0 0 5px;
padding: 5px;
width: 200px;
height: 30px;
font: 1.2em/1.5 Verdana, Sans-Serif;
background: #fff;
border: 1px solid #f9f9f9;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#keyboard {
margin: 0;
padding: 0;
list-style: none;
}
    #keyboard li {
    float: left;
    margin: 0 5px 5px 0;
    width: 70px;
    height: 70px;
    line-height: 80px;
    text-align: center;
    background: #fff;
    border: 1px solid #f9f9f9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    }
        .empty, .empty2, .left-shift, .next {
        clear: left;
        }
            #keyboard .smallspace {
            width: 70px;
            }
            #keyboard .empty #keyboard .delete {
            width: 100px;
            }
            #keyboard .empty2 {
            width: 120px;
            }
            #keyboard .return {
            width: 117px;
            }
            #keyboard .left-shift {
            width: 135px;
            }
            #keyboard .right-shift {
            width: 139px;
            }
        .lastitem {
        margin-right: 0;
        }
        .uppercase {
        text-transform: uppercase;
        }
        #keyboard .space {
	clear: left;
	width: 681px;
	margin-left: 100px;
        }
        .on {
        display: none;
        }
        #keyboard li:hover {
        position: relative;
        top: 1px;
        left: 1px;
        border-color: #e5e5e5;
        cursor: pointer;
        }
input[type=submit] {
	padding:5px 15px;
	background:#ccc;
	border:0 none;
	cursor:pointer;
	font-size: 20px;
	font-weight: bold;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}
input[type=checkbox] {
	width: 32px;
	height: 32px;
}
.info-section {
    margin-top: 300px; /* Adds spacing below the number pad */
}

.info-section p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.info-section table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
}

.info-section th, .info-section td {
    border: 1px solid #ddd;
    padding: 8px;
}

.info-section th {
    background-color: #f4f4f4;
    font-weight: bold;
}