td#MyShopping {
    display: none;
}
input#btnRegister {
    width: 100px !important;
    height: 50px;
    color: white;
    background-color: green;
    font-size: 16px;
    font-weight: normal;
    border-radius: 5px;
    box-shadow: 1px 1px 3px black;
    margin-right: 100px;
}
input#btnCancel {
	    width: 100px !important;
    height: 50px;
    color: white;
    background-color: green;
    font-size: 16px;
    font-weight: normal;
    border-radius: 5px;
    box-shadow: 1px 1px 3px black;
}