﻿/* Copyright (c) Microsoft Corporation.  All Rights Reserved. Licensed under the MIT License. See License.txt in the project root for license information. */
#file-metrics-css div {
  background-color: Yellow;
}
#file-metrics-css #defaults {
  width: 10px;
  height: 20px;
}
#file-metrics-css #one {
  padding: 0;
  border: 0 none red;
  margin: 0;
  width: 10px;
  height: 20px;
}
#file-metrics-css #two {
  padding: 1px 2px 3px 4px;
  border: 0 none red;
  margin: 0;
  width: 10px;
  height: 20px;
}
#file-metrics-css #three {
  padding: 1px 2px 3px 4px;
  border-top: 1px solid red;
  border-right: 2px solid red;
  border-bottom: 3px solid red;
  border-left: 4px solid red;
  margin: 0;
  width: 10px;
  height: 20px;
}
#file-metrics-css #four {
  padding: 1px 2px 3px 4px;
  border-top: 1px solid red;
  border-right: 2px solid red;
  border-bottom: 3px solid red;
  border-left: 4px solid red;
  margin: 5px 10px 15px 20px;
  width: 10px;
  height: 20px;
}
#file-metrics-css #five {
  padding: 1in;
  border: 0.5in solid red;
  margin: 0.5in;
  width: 10px;
  height: 20px;
}
