*, *:before, *:after {
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow-y: scroll;
  overflow: overlay;
}

body {
  margin: 0;
  padding: 8px 23px 80px;
  min-height: 100%;
  position: relative;
  background: url(images/bg.png) center top repeat-y #D0D8F8;
  text-align: center;
  min-width: 346px;
}

a:hover {
  color: black;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

input {
  height: 45px;
  line-height: 35px;
  padding: 0 15px;
  border: 1px solid #999;
  font-size: 45px;
  color: #333;
  font-family: arial;
  border-radius: 15px;
}

input:focus {
  outline: none;
}

.header {
  overflow: hidden;
  margin-bottom: 23px;
}

.logo {
  float: left;
  width: 600px;
  max-width: 35%;
  min-width: 300px;
}

.logo a {
  display: block;
  margin: auto;
  width: 300px;
  height: 126px;
  background-image: url(images/fx_text_logo_2.png);
  background-repeat: no-repeat;
}

.header:before {
  content: "";
  display: inline-block;
  height: 126px;
  vertical-align: middle;
  margin-right: -600px;
  margin-right: -35%;
  margin-right: 0;
}

.header:after {
  content: "";
  display: inline-block;
  height: 0;
  width: 600px;
  max-width: 35%;
  min-width: 300px;
}

#search-field {
  text-align: left;
  vertical-align: middle;
  font-size: 15px;
  width: 270px;
  margin: 36px 23px;
}

@media all and (min-width: 1360px) {
  .logo a {
    margin: 0 auto 0 150px;
  }
}

@media all and (max-width: 661px) {
  .logo {
    min-width: 100%;
  }

  .header {
    margin-bottom: 0;
  }

  .header:before, .header:after {
    content: none;
  }

  #search-field {
    margin-left: auto;
    margin-right: auto;
  }
}

.footer {
  text-align: center;
  font-size: 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  color: gray;
}

/*******/

.verinfo{
display:block;
font-weight:300;
font-size:13px;
color:#808080;
margin-right:15px;
text-align: right;
}

.sizeinfo{
float: left;
display:block;
font-weight:300;
font-size:13px;
color:#808080;
}

.dateinfo{
float: right;
display:block;
font-weight:300;
font-size:13px;
color:#808080;
margin-right:15px;
}

.program-button {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  height: 60px;
  text-decoration: none;
  border: 1px solid #e8e8e8;
  margin: 0 8px 8px 0;
  text-align: left;
  color: black;
  background: rgba(255, 255, 255, .5);
}

.program-button:hover {
  box-shadow: 1px 1px 1px silver;
}

h3 {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  margin: 7px 0 0 0;
}

.program-button .icon {
  float: left;
  margin: 4px;
}

.program-button .info {
  margin-left: 56px;
}

/*******/

.icon {  
  display: inline-block;
  height: 50px;
  width: 50px;
}