#update {
width : 800px;
margin : 0 auto;
border : solid 2px orange;
background-color : white;
}
#update h2 {
margin : 0px;
font-size : larger;
color : red;
font-weight : bold;
}
#update dt {
margin : 0px;
color : red;
font-weight : bold;
}
#update dl {
list-style-type : none;
margin : 0px;
}

.buttons {
margin : 0 auto;
width : 800px;
text-align : right;
}

@media screen and (max-width:480px) {

#update {
width : 100%;
}
.buttons {
width : 100%;
text-align : center;
}