﻿html, body {
  padding: 0;
  margin: 0;
  font-family: "Calibri", "Segoe UI", "Helvetica", sans-serif, Arial; }

body {
  width: 800px;
  border: solid 1px #00ADC6;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px; }

.header {
  background-image: url('../images/Vista_Logo_White_67x48.png');
  background-position-x: 10px;
  background-position-y: 17px;
  background-size: 41px;
  background-repeat: no-repeat;
  background-color: #00ADC6;
  height: 60px;
  padding-left: 60px;
  display: flex;
  align-items: center;
  color: white;
  font-size: 20px; }
  .header .company-name {
    font-weight: bold;
    margin-right: 8px; }
  .header .service-name {
    font-weight: normal; }

.content {
  margin: 0; }

.properties {
  border: solid 1px #00ADC6;
  margin: 10px 10px 5px 10px; }
  .properties .property label {
    padding: 5px;
    width: 120px;
    display: inline-block;
    font-weight: bold;
    color: #00ADC6; }
  .properties .property .value {
    padding: 5px; }

.home-content .title {
  background-color: #00ADC6;
  color: white; }
.home-content .title, .home-content .media-type {
  padding: 5px; }
.home-content .properties .property label {
  width: 150px; }
.home-content .media-types {
  clear: both;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 5px;
  -ms-justify-content: center;
  justify-content: center; }
.home-content .media-type-list {
  border: solid 1px #00ADC6;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  margin: 5px; }
  .home-content .media-type-list .media-type {
    padding: 5px; }
.home-content .examples {
  border: solid 1px #00ADC6;
  margin: 0 10px 10px 10px; }
  .home-content .examples .example {
    padding: 5px; }

/*# sourceMappingURL=Site.css.map */