* {font-size:14px; font-family: "Open Sans", Sans-serif;}
body {background-color: #f1f1f1;}
a {text-decoration: none; color:#fff;}
#wrap {width:800px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
#wrap > * { margin:0 auto; text-align:center;}
#user-domain {margin-top:12px; color:#A74345; font-size:16px;}
#title {margin-top:20px; font-size:25px; color:#9FB2B9; font-weight:bold;}
#today {margin-top:5px;color:#898989; font-size:15px;}
#desc {margin-top:20px; margin-bottom:30px; font-size:15px; line-height: 22px; color:#898989;}
button#btn_cb {
  display:block;
  margin: 0 auto;
  cursor:pointer;
  padding:15px 20px;
  border:0;
  background-color: #31A1DB;
  color:#fff;
  border-radius: 8px;
  -webkit-border-radius:8px;
  font-size:16px;
}
@media screen and (max-height: 492px) {
  #wrap {top: 0; transform: translate(-50%, 0%);}
}
@media screen and (max-width: 800px) {
  #wrap {width: 100%;}
}

/* Error Image */
#error-img {width:149px; height:149px; background: url('http://d2xiobxw1t1js0.cloudfront.net/cb_question.png');}

#poweredby {margin-top:30px; margin-bottom:30px; font-size:15px; line-height: 22px; color:#898989;}
#poweredby a {color:#0C73EF;}
#site_link > img {width:12px; height:12px; vertical-align:middle;}