/* 
    Document   : contact
    Created on : 2013-02-20, 21:51:11
    Author     : Rafał
    Description:
        Purpose of the stylesheet follows.
*/

.contact-section-numbers {
  width: 550px;
}

.contact-section-numbers th {
  padding: 10px
}

.contact-section-numbers td {
  padding:7px 0
}

.contact-section-numbers .border-right {
  border-right: 1px solid #ccc
}

.contact-section-numbers .border-left {
  border-left: 1px solid #ccc
}

.contact-section-numbers .border-bottom {
  border-bottom: 1px solid #ccc
}

.contact-section-numbers .right {
  text-align: right;
  padding-right: 5px
}

.contact-section-numbers .left {
  text-align: left;
  padding-left: 5px
}

.contact-section-numbers .center {
  text-align: center
}

.contact-map {
  position: absolute;
  top: 20px;
  right: 20px
}

