﻿


[studioview='DataCenter'] .studio-canvas-main {
    margin-bottom: initial;
    min-height: initial;
    padding: initial;
    border-radius: initial;
    box-shadow: initial;
    background: initial;
    width: initial;
    float: initial;
}

[studioview='DataCenter'] .studio-canvas {
    margin: initial;
    width: initial;
    left: initial;
    position: relative;
}


.datacenter-nav {
    width: 100%;
    height: 50px;
    clear: both;
}

.datacenter-modebutton {
    display: inline-block;
    width: 150px;
    font-size: 20px;
    border-radius: 3px;
    margin: 4px;
    text-align:center;
    height:26px;
    line-height:26px;
    cursor:pointer;
    background:#dedede;
}

.datacenter-modebutton[mode_selected='true'] {
    background: #999;
    color: #fff;
}


#TrafficDataIframe{
    width:800px;
    height:540px;
}

.data-overview-iframe{
    width:800px;
    height:540px;
}

iframe {
    border: none;
    outline: none;
    overflow: hidden;
}