
html, body { 
  margin: 0;
  padding: 0;
}

#iptel-page {
  padding-left: 3.5%;
  padding-right: 3.5%;
}

*.iptel#head { 
  width: 100%;
  height: 50px;
}

.iptel #logo { 
  position: absolute;
  width: 196px;
  height: 52px;
  top: 5px;
  left: 3%;
}
.iptel #meta-top { 
  padding-right: 0.8em;
  padding-top: 0.5em;
}
.iptel #login-top{
  padding-right: 0.8em;
  padding-top: 0.5em;
  color: blue;
}
*.iptel#qlinks { 
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  margin-bottom: 0.7em;
}

*.iptel#tail {

  
  padding-top: 1.2em;
  padding-bottom: 0.7em;
  padding-left: 1.5%;
  padding-right: 1.5%;
}
.iptel .tail-above {
  
  padding-bottom: 0.3em;
}
.iptel .tail-under { 
  padding-top: 0.3em;
}

body {
  background-color: white;
  color: black;
  font-size: 10pt;
  font-family: serif;
}

img {
  display: block;
  border: 0;
}

#iptel-page a[href]:after {
  content: " <" attr(href) "> ";
  font-size: 8pt;
  font-family: sans-serif;
  font-weight: normal;
  text-decoration: none;
}

#iptel-page a[href] {
  font-weight: bold;
}

a[href] {
  text-decoration: none;
  color: black;
}

.iptel#head,
.iptel .meta,
*.iptel#qlinks,
.iptel .tail-above,
.iptel #sponsored {
  display: none;
}

.iptel .tail-under {
  border-top: 1px solid #000;
  width: 100%;
}

.iptel #copyright {
  text-align: center;
}

