body {

    background:#E3F3FF;

    color:#595441;

    font:16px/30px verdana,arial,sans-serif;

}



header {

    text-align: center;

}



a, a:visited {

    color:#2A85B3

}



h1 {

    text-align:center;

    color:#2A85B3;

}



h2 {

    border-bottom:1px solid #2A85B3;

    color:#2A85B3;

    margin-left:-10px;

    padding-left:25px;

    width:80%;

}



#container {

    width: 780px;

    margin-left: auto;

    margin-right: auto; 

    background-color: #fff;

    border: 3px solid #2A85B3;

    padding: 10px;

    margin-top: -13px;

    -moz-border-radius:15px;

    -webkit-border-radius:15px;

}



#footer {

    text-align:center;

    margin-top:20px;

}



#footer p {

    padding:5px;

    background:white;

    margin:0 auto;

    width:750px;

    -moz-border-radius:10px;

    border-radius:10px;

    -webkit-border-radius:10px;

    border:1px solid #2A85B3;

    -moz-border-radius-bottomleft:35px;

    -moz-border-radius-bottomright:35px;

    -webkit-border-bottom-left-radius:25px;

    -webkit-border-bottom-right-radius:25px;

}



#footer p a {

    background:#fff url(http://yourls.org/images/favicon.gif) 2px center no-repeat;

    padding-left:20px;

}



div#copybox {

    width:600px;

    height:auto;

}



div#sharebox {

    height:auto;

    width:600px;

    margin-top: 20px;

}

.label-danger {
  background-color: #d9534f;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-info {
  background-color: #5bc0de;
}
.label-success {
  background-color: #5cb85c;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}