@charset "UTF-8";

/* --------------------------------------
  Page Header
-------------------------------------- */
.page-header {
  background-image: url(../images/system-it_history_header_img.jpg);
}

/* --------------------------------------
  Introduction
-------------------------------------- */
.page-intro {
  margin: 60px 0 95px;
}

/* --------------------------------------
  History
-------------------------------------- */
.history {
  width: 750px;
  margin: 0 auto 160px;
}
.history table {
  width: 100%;
  border-top: solid 1px #666666;
  font-size: 14px;
  font-size: 1.4rem;
}
.history table tr th {
  width: 20%;
  color: #666666;
  background-color: #e6e6e6;
  padding: 1em 0 1em 0.5em;
  border-bottom: solid 1px #666666;
}
.history table tr td:first-of-type {
  width: 8%;
  font-weight: 600;
  color: #666666;
  background-color: #e6e6e6;
  padding: 1em 0;
  text-align: center;
  border-bottom: solid 1px #666666;
}
.history table tr td:last-of-type {
  color: #808080;
  padding: 1em;
  line-height: 2.1;
  border-bottom: solid 1px #666666;
}
.bleu-line {
  width: 60px;
  height: 4px;
  display: block;
  margin: 5px auto 0;
  background: rgb(61,131,201);
  background: -moz-linear-gradient(left, rgba(61,131,201,1) 0%, rgba(0,22,85,1) 100%);
  background: -webkit-linear-gradient(left, rgba(61,131,201,1) 0%,rgba(0,22,85,1) 100%);
  background: linear-gradient(to right, rgba(61,131,201,1) 0%,rgba(0,22,85,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d83c9', endColorstr='#001655',GradientType=1 );
}
