#content {
 margin-top: 5px;
}
#content > #container > #Principal_Column {
 float: right;
 width: 549px;
 padding: 20px;
 height: inherit;
 min-height: 200px;
 border-left: solid 1px #DDD;
}
#content > #container > #Principal_Column > h1 {
 font-family: 'Arial' !important;
 font-size: 16px;
 text-align: center;
 border-bottom: solid 2px #66A9D9;
 font-weight: bold;
 padding: 18px 0;
 color: #66A9D9;
 margin: 0;
}
#content > #container > #Principal_Column > h2 {
 font-family: 'Arial' !important;
 font-size: 15px;
 text-transform: uppercase;
 text-align: left;
 border-left: solid 2px #3F3F3F;
 font-weight: bold;
 padding: 10px;
 color: #3F3F3F;
 margin: 0;
}
#content > #container > #Principal_Column > p {
 font-family: 'Arial' !important;
 font-size: 14px;
 font-weight: normal;
 padding: 18px 0;
 color: #5A545A;
 margin: 0;
 line-height: 20px;
 text-align: justify;
}




#content > #container > #Side_Column {
 float: left;
 width: 250px;
 height: 100%;
 overflow: hidden;
}
#content > #container > #Side_Column > ul {
 
}
#content > #container > #Side_Column > ul > li {
 padding: 10px;
 width: 100%;
 cursor: pointer;
 border-bottom: solid 1px #DDD;
 font-family: 'Alegreya','Actor','Arial' !important;
 font-size: 14px;
 color: #5A545A;
 text-transform: capitalize;
 font-weight: normal;
 transition: all 0.3s;
}
#content > #container > #Side_Column > ul > li:before {
 background-image: url('../img/icon_Set/stop-button.png');
 content: '';
 display: inline-block;
 height: 15px;
 width: 15px;
 padding-left: 15px;
 background-size: contain;
 background-repeat: no-repeat;
 margin: 0;
}
#content > #container > #Side_Column > ul > li:hover {
 background-color: rgba(34, 177, 215, 0.57);
}