Senate Committees
- Committees are a vital tool or organ in the working processes of Legislatures, without which, the proceedings of a Legislature could grind to a halt for the sheer volume of activities that would have to be considered at Plenary. Committees are agents, which enable Legislatures to organize their work in such a way as to perform numerous activities simultaneously and expeditiously.
Leadership & Management
/*Now the CSS*/
* {margin: 0; padding: 0;}
.tree ul {
padding-top: 20px; position: relative;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
}
.tree li {
float: left; text-align: center;
list-style-type: none;
position: relative;
padding: 20px 5px 0 5px;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
}
/*We will use ::before and ::after to draw the connectors*/
.tree li::before, .tree li::after{
content: '';
position: absolute; top: 0; right: 50%;
border-top: 1px solid #374D99;
width: