﻿body {
  background: #CCC;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

.container {
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 700px;
}

.box,
.comment {
  background: #FFF;
  margin: 20px auto;
  padding: 1em;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}

.actions {
  clear: both;
}

img,
video {
  max-width: 100%;
  height: auto;
}

.buttons {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.button {
  display: block;
  color: black;
  background: #FFF;
  text-decoration: none;
  margin-right: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 20px;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}

a.button:hover {
  background: #EEE;
}

a.button:visited {
  color: black;
}

input[type=email],
input[type=url] {
  width: 99%;
}

h1 a:link {
  color: #000000;
  text-decoration: none;
}

h1 a:visited {
  color: #000000;
  text-decoration: none;
}

h1 a:hover {
  color: #0000FF;
  text-decoration: underline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.banner {
  background-color: white;
}
