.break { word-wrap: break-word; }
.col1 { width: 30%; }
.building { width: 20%; margin-right: 50px; margin-top: -20px; float: right; }
.half { width: 60%;  }
.section { padding-top: 30px; padding: 10px; display: inline-block; }
.right { float: right !important; }
.left { float: left; padding-right: 30px; }
.myip { background-color: #F0F8FF; }
#map { width: 600px; height: 400px; }
table {
    border-color: #666 !important;
    border-width: 0 0 1px 1px !important;
    border-style: solid !important;
    width: 100%;
    float: left;
    table-layout: fixed;
    color: black;
    background-color: #eeeeee;
}
th {
    font-size: normal;
    background: #ccc;
    border-width: 2px;
}
td, th {
    border-color: #666;
    border-width: 1px 1px 0 0;
    border-style: solid;
    padding: 2px 10px 2px 10px;
}
td {
    background-color: #eeeeee;
}

