#panel-target {
    margin-left: 1em;
    font-size: 1.3em;
}

#panel-target h1 {
    font-size: 1.1em;
    margin: 1em 0;
}

#panel-target h2 {
    font-size: .9em;
    margin: 1em 0;
}

#panel-target dl.metrics {
    color: #333;
    font-size: .8em;
    font-weight: 800;
}

#panel-target dl.metrics dt {
    float: left;
    width: 7em;
}

#panel-target dl.metrics code {
    font-weight: 400;
}

#panel-target code {
    font-family: Monaco, Consolas, "Lucida Console", monospace;
}

#topbyloc, #topbyrev, #topbycom {
    width: 400px;
    height: 300px;
    line-height: 30px;
    font-size: .8em;
    position: relative;
}

#topbyloc table, #topbycom table, #topbyrev table {
    width: 400px;
    border-collapse: collapse;
    position: absolute;
    top: 0;
    left: 0;
}

#topbyloc th,
    #topbyrev th,
    #topbycom th {
    margin: 0;
    padding: 0 0 0 1em;
    font-weight: 400;
    text-align: left;
}

#topbyloc td, #topbycom td, #topbyrev td {
    margin: 0;
    text-align: right;
    padding: 0 1em 0 0;
}

#panel-target ul.tops {
    list-style: none;
    margin: 0;
    padding: 2em 0 0 0;
    clear: left;
}

#panel-target ul.tops li {
    margin: 0 .5em 0 0;
    padding: 0;
    float: left;
}

#dot-chart {
    width: 800px;
    float: left;
}

#pie-chart {
    width: 400px;
    float: left;
}

#chart {
    position: relative;
    width: 800px;
}

#piechart {
    float: left;
    width: 300px;
}

#for-chart, #extensions {
    display: none;
}

p.timezone {
    font-size: 0.6em;
    position: relative;
    top: -9px;
}
