[data-cellid="top_c1"][data-page="interested_add"][data-cellid="top_c1"][data-page="interested_add"][data-cellid="top_c1"][data-page="interested_add"] {
  background-color: #0b0825;
  color: #ffffff;
}
[data-page="interested_add"][data-itemid="add_header"] {
  font-weight: bold;
  font-size: 20px;
}
[data-page="interested_add"][data-itemid="image"] {
  width: 250px;
  height: 250px;
}
[data-page="interested_add"][data-itemid="page_image_ash8f23hr"] {
  width: 400px;
}

/* Put  your custom CSS code here */

[data-page="interested_add"][data-itemid="image"] {
display:block;
margin-left:auto;
margin-right:auto;
max-width: 250px;
}

/* Put  your custom CSS code here */

:host {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
    background-repeat: repeat-x;
    border-color: #245580;
}