@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville|Open+Sans:400,700');

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html{height: 100%;font-family: 'Open Sans', sans-serif;font-size: 14px;font-weight: 400;word-break: keep-all;}
body{height: 100%;margin: 0px;color: #000;background-color: #fcfcfc;}

a {background-color: transparent;text-decoration: none;color: inherit;display: block;opacity: 1;transition: all 0.2s ease-in-out;}
a:active,
a:hover{outline: 0;text-decoration: none;color: inherit;}

/** common **/
.content{
  position: relative;
  margin: 0 auto;
  padding: 40px;
}

.home .main-title{
  text-transform: uppercase;
}
.home .version-history{border-collapse: collapse;}
.home .version-history th{
  text-transform: uppercase;
}
.home .version-history th,
.home .version-history td{
  padding: 5px 10px;
  border: 1px solid #000;
}

.home .version-history .link{color: #4287f5;text-decoration: underline;transition: all 0.2s ease-in-out;}
.home .version-history .link:hover{opacity: 0.75;}
