/* popup.css */

body {
	margin: 0;
  background-color: #ffffff;
}

#content {
  padding: 10px;
  background-color: #ffffff;
}

div.close {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}
