@import url(http://fonts.googleapis.com/css?family=Bree+Serif);
* {
  font-family: sans-serif; }

#app-name {
  color: #2587d3;
  font-family: 'Bree Serif', serif;
  font-weight: bold;
  text-shadow: gray 0px 1px 4px; }

a {
  text-decoration: none; }

html {
  display: table;
  width: 100%;
  height: 100%; }

body {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

#app-name {
  margin: 0;
  font-size: 5em; }

#event-title {
  border: solid silver 1px;
  height: 28px;
  padding: 1px 0.5em;
  border-right: none;
  margin-right: 0;
  width: 20em;
  max-width: 70%;
  font-size: 100%; }
  #event-title {
    vertical-align: middle; }

#create-event {
  border: solid silver 1px;
  height: 32px;
  cursor: pointer;
  width: 32px;
  padding: 2px;
  background-color: white; }
  #create-event {
    vertical-align: middle; }
  #create-event img {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%; }

#link {
  padding: 0; }
  #link li {
    display: inline;
    margin: 0 0.5em; }
