﻿.RadOrgChart {
    float: left;
}

.commit-panel {
    float: right;
    width: 250px;
    padding-top: 90px;
}

html .RadOrgChart .rocItem {
   background-color: #4cc5da;
   color: white;
   width: 160px;
   height: 100px;
   padding-top: 0;
}

html .RadOrgChart .rocLevel1 .rocItem {
   background-color: #1958a6;
}

html .RadOrgChart .rocLevel2 .rocItem {
   background-color: #8cb20f;
   height: 120px;
}

html .RadOrgChart .rocLevel2 .rocItem .chart-text {
   height: 80px;
   overflow-y: auto;
}

html .RadOrgChart .rocLevel3 .rocItem {
   background-color: #d75234;
   height: 80px;
}

html .RadOrgChart .rocLevel4 .rocItem {
   background-color: #5f9fee;
   height: 210px;
   width: 300px;
   overflow-y: auto;
}

html .RadOrgChart .rocLevel4 .rocItem .chart-text {
   height: 160px;
   overflow-y: auto;
}
