
@charset "utf-8";
/* Standard */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800');

* {
   box-sizing:border-box;
   margin: 0;
}

html {
   min-height: 100%;
}
   
body {
   color:#000;
   font-family:'Open Sans', Helvetica, Arial, sans-serif;
   font-size:0.938em;
   line-height:1.2em;
}

#wrapper {
   position:relative;
   max-width:550px;
   min-width: 250px;
   margin: 1rem auto;
   border:solid 2px #00ADEE;
   background:#fff;
   overflow:hidden;
   text-align: center;
   padding:0.5rem 0.75rem;
}
a {
   color:#000;
   text-decoration:none;
}
p {
   padding-bottom:0.625rem;
}
h1 {
   margin: 0rem 0rem 0.5rem;
   font-size:1.695em;
   line-height:1.1em;
}

h1 span {
   font-size:0.7em;
}

h2 {
   font-size:1em;
   line-height:1.3em;
   margin-bottom:0;
}
h3 {
   font-size:1em;
   line-height:1.3;
   margin-bottom:0;
}
ul {
  padding: 0rem 0rem 0.625rem;
  list-style: none;
  text-align: left;
}

li {
  padding-left: 0.75rem;
}

ul li:before {
  content: "";
  display: inline-block;
  background: url('icon.jpg') no-repeat;
  width: 8px;
  height: 12px;
  position: relative;
  float: left;
  top: 3px;
  margin-left: -0.75rem;
}

header {
  padding: 0rem;
}

article {
  padding:0rem;
}

footer {
  padding: 0rem;
}


.clearfix:after {
   content: ".";
   clear: both;
   display: block;
   visibility: hidden;
   height: 0px;
}
a:hover {
   text-decoration:underline;
}

img {
   max-width:100%;
   height:auto;
   display: inline-block;
   vertical-align: middle;
}

/* Responsive */
@media only screen and (max-width:550px) {
   #wrapper {
      border:none;
      margin: 0 auto;
   }
   footer span{
      display: inline-block;
   }
}
/* Tin developer */