html,
body {
  font-family: Arial;
  text-align: center;
}
img {
  display: none;
}
* {
  border: 0;
  margin: 0;
  padding: 0;
}
li {
  color: gray;
}
h3 {
  color: #f6ac0f;
}
p {
  font-size: 14px;
  color: gray;
}
.header {
  background: #f0eded;
  margin-top: -18px;
  padding: 50px 10px;
}
.header h4 {
  font-size: 40px;
  color: #766d6e;
}
div#confirmHolder {
  margin: auto;
  text-align: center;
}
div#confirmHolder img {
  display: block;
}
.content {
  max-width: 960px;
  margin: auto;
}
div#confirmHolder h3 {
  font-size: 25px;
  padding: 10px 0px;
}
div#confirmHolder h3.subtitle {
  text-align: center;
  margin: 5px;
}
div#confirmHolder h3.subtitleThird {
  margin-top: 40px;
}
table#confirmSerices {
  width: 100%;
  text-align: left;
  margin-top: 10px;
}
#howuseChat img {
  display: block;
  text-align: center;
}
#howuseEmail img {
  float: right;
}
#howuseEmail h3.subtitle {
  padding-left: 75px !important;
}
table#confirmSerices ul {
  padding: 0px;
  margin: 0px;
}
table#confirmSerices ul li {
  background-repeat: no-repeat;
  padding-left: 30px;
  margin: 10px 0px;
  list-style-type: none;
  color: #818181;
  font-size: 15px;
  font-weight: bold;
}
#rightUl {
  margin-left: 75px !important;
}
li.emovids {
  background: url(/Content/Icons/videowinks.jpg);
}
li.winks {
  background: url(/Content/Icons/winks.jpg);
}
li.moodavatars {
  background: url(/Content/Icons/moodavatars.jpg);
}
li.buddybubble {
  background: url(/Content/Icons/buddybubble.jpg);
}
li.tv {
  background: url(/Content/Icons/tv.jpg);
}
li.firenudge {
  background: url(/Content/Icons/firenudge.jpg);
}
li.emoticons {
  background: url(/Content/Icons/emoticons.jpg);
}
li.bigemos {
  background: url(/Content/Icons/bigemos.jpg);
}
span.service {
  color: #f6ac0f;
  font-weight: bold;
  font-size: 20px;
}
div#title {
  width: 795px;
  height: 65px;
  text-align: center;
  margin: auto;
  background-image: url(/Content/Confirm/confirmation-title.png);
  margin-bottom: 10px;
}
div#title h1 {
  font-size: 20px;
  padding-top: 20px;
  color: White;
}
div#chromeExt {
  width: 795px;
  height: 190px;
  text-align: center;
  margin: 10px auto;
  border-bottom: 1px solid #0a7ee1;
  border-left: 1px solid #0a7ee1;
  border-right: 1px solid #0a7ee1;
}
div#chromeExt h1 {
  font-size: 20px;
  padding: 10px;
  color: White;
  margin: 0px;
  background-color: #0a7ee1;
}
div#chromeExt img {
  margin-top: 10px;
  margin-bottom: 10px;
}
div#chromeExt p {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  text-align: left;
  margin: 0px !important;
  font-weight: bold;
}
#addButton {
  height: 46px;
  width: 226px;
  background: transparent url('/Content/GoogleExtention/addButton.jpg') no-repeat 0 0;
  cursor: pointer;
  float: right;
  margin-right: 10px;
  margin-top: 20px;
}
#addButton:hover {
  background-position: 0px -46px;
}
#addButton span {
  display: block;
  text-align: center;
  font-weight: bold;
  position: relative;
  top: 10px;
  color: white;
  font-size: 15px;
  margin: 0px;
}
div#content {
  width: 795px;
  margin: auto;
  background: #FFFFFF;
  padding-bottom: 20px;
}
div#content-left {
  padding-left: 20px;
}
div#content-right {
  width: 380px;
  float: right;
}
div.content_title {
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  width: 353px;
  margin: 0;
}
div.compatible {
  font-size: 0.7em;
  text-align: justify center;
  color: #78caf1;
  font-weight: bold;
  margin-bottom: 10px;
}
div .text-compatible {
  float: left;
  margin-right: 3px;
  padding-top: 10px;
}
div .img-compatible {
  float: left;
}
div.content_describe {
  font-size: 0.8em;
  text-align: left;
  color: #000000;
  width: 353px;
  padding-left: 12px;
  padding-bottom: 20px;
}
div.getmorecontent {
  text-align: center;
  background: url(/Content/Confirm/btnMoreContentBg.jpg);
  background-repeat: no-repeat;
}
/* footer
    ----------------------------------------------------------*/
#footer {
  text-align: center;
  background: #F6AC0F;
  color: #fff;
  padding: 26px;
  margin-top: 73px;
}
#footer ul li {
  margin: 0;
  display: inline;
  list-style: none;
  padding-left: 15px;
  color: #fff;
}
#footer ul li a {
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
#footer ul li a:hover,
#footer ul li a:active {
  color: #fff;
  text-decoration: none;
}
