#tcTbWrapper{
    width: 180px;
    height: 240px;
}
#tcBarometerCanvasWrapper{
    width: 150px;
    height: 150px;
    margin-left: -75px;
    position: absolute;
    left: 50%;
    top: -8px;
}
.tcTbHeader {
    padding: 5px 0 10px 0;
}
.tcTbHeader h1{
    font-size: 14px;
    padding: 2px 0 4px 0;
}
.tcTbAside {
    padding: 0;
    bottom: 20px;
}
.fromTo img {
    width: 20px;
}
.tcTbCountrySwitchBtn a {
    width: 20px;
    height: 20px;
    border-radius: 2px;
}
.tcTbFooter {
    bottom: 3px;
    font-size: 8px;
    line-height: 10px;
}
.tcTbFooter p {
    display: inline-block;
    width: 100%;
}
.tcTbFooter p:after {
    content: "";
}