    /*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 13, 2022, 11:19:05 PM
    Author     : Karthikeyan
*/

body {
  background: #eee;
}

.name {
  color: blue;
}

.workH {
  font-weight: bold;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ea0e0e; 
}
.work {  
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  color: black; 
}

.about span {
  font-size: 13px;
}

.v-profile {
  color: blue;
  cursor: pointer;
}

.box {
  -webkit-box-shadow: 13px 12px 5px -10px rgba(196,194,196,0.72);
  -moz-box-shadow: 13px 12px 5px -10px rgba(196,194,196,0.72);
  box-shadow: 13px 12px 5px -10px rgba(196,194,196,0.72);
}

.col-md-3 {
  margin-top: 10px;
}


/* org flow chart */

.right-line {
  border-right: 3px #2f3091 solid;
  height:2em
}

.top-line {
  border-top: 3px #2f3091 solid;
}

.halved {
  width: 50%;
  float:left;
}