/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
.pc-template-btn {
  display: block;
  font-size: 16pt
}

#pc-template-img {
  margin-top: 20px;
}

#map {
    float:left;
    width:800px;
    height:800px;
}

#left-map {
    float:left;
    width:300px;
    height:800px;
}

#commandPanel {
    width:1100px;
    height:100px;
    background:#FFF;
}

#ffabonentendeur {
    height:400px;
}

#twitterabelive {
    width:300px;
    height:400px;
}
.radial {
    text-align: center;
    min-height: 10em;
    font-size: xx-large;
    display: table-cell;
    vertical-align: middle;
    width:40px;
    height:40px;
    background: -webkit-gradient(radial, 20 20, 20, 20 20, 30, from(rgba(255,255,0,1)), to(rgba(255,255,255,0))); }
                               /*type, from-x from-y, from-radius, to-x to-y, to-radius*/
    -webkit-background-origin: padding-box;
    -webkit-background-clip: content-box;
}
