* {
  margin: 0;
  padding: 0;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 13px;
  line-height: 20px;
}

html {
  overflow-y: scroll;
}

body {
  background: white;
}

h1 {
  font-size: 36px;
  line-height: 36px;
}

h2 {
  font-size: 26px;
  line-height: 26px;
}

h3 {
  font-size: 16px;
  line-height: 16px;
}

a {
  color: black;
}

a:hover {
  text-decoration: none;
}

#main {
  overflow: hidden;

  margin: 0 auto;
  padding: 0 20px 20px;

  width: 700px;
}

#name {
  margin: 40px 0;
  color: #b01;
  font-size: 50px;
}

#footer {
  width: 300px;
}

#companies {
  float: right;
  width: 400px;
}

#companies a.company {
  overflow: hidden;
  display: block;

  padding: 20px 0;

  border-top: 1px solid #DDD;
  border-bottom: 1px solid transparent;
  
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;

  text-decoration: none;
}

#companies a.company:first-of-type {
  border-top-color: transparent;
}

#companies a.company:hover {
  background: #fafafa;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

#companies a.company:hover + a.company {
  border-top-color: transparent;
}

#companies a.company span {
  display: block;
}

#companies a.company .logo.left
{
  float: left;
  margin-right: 10px;
}
