@font-face {
  font-family:'a';
  src:url('https://mntn-dev.github.io/_/pxplus-amstradpc1512.ttf') format('truetype');
}

::selection {
  background:aquamarine;
  color:white;
}
::-webkit-selection {
  background:aquamarine;
  color:white;
}
::-moz-selection {
  background:aquamarine;
  color:white;
}

body {
  background:whitesmoke;
}

* {
  padding:0;
  border:0;
  margin:0;
  outline:0;
  line-height:1.5em;
  font-size:1em;
  font-family:"Lucida Grande", a,monospace;
  white-space:pre-wrap;
}

#t {
  position:absolute;
  background-image:url("../img/A.png");
  background-size: 150px auto;
  background-repeat: no-repeat;
  padding-top: 150px;
  left:10%;
  top:10%;
  width:80%;
  height:auto;
}

#t,#t * {
  display:inline;
}

.t-caret {
  color:cyan;
}

#s_bar {
  position:absolute;
  top:0;
  left:0;
  height:25px;
  width:0;
  background:blue;
}
#s_bar-bg {
  position:absolute;
  top:0;
  left:0;
  height:25px;
  width:100%;
  background:#eee;
  margin-left:5px;
  display: inline;
  float:left;
}

i {
  color:tomato;
}
b {
  color:blue;
}
h2,h3,h4 {
  border-bottom:1px solid magenta;
}

ins,del{text-decoration:none;}
kbd{font-family:inherit;}
s{display:none;}

.likebtn-wrapper {
  display: inline;
  float: left;
}

.lnk {
  background-color: #FFF;
}

.lnkbutton {
  border: none;
}

.lnkbutton:hover {
  color: blue;
}

.lnkbuttonadd {
  color:#FF6B6B;
  border: none;
}

.lnkbuttonadd:hover {
  color: blue;
}