.vertical-right {
  border-right: 2px solid #425040;
  padding-right: 20px;
}
.vertical-left {
  border-left: 2px solid #425040;
  padding-left: 20px;
}

.horizontal-line {
	width: 100%;
    height: 12px;
  	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0c0c0c+0,7d7e7d+100&1+0,0+100 */
background: -moz-linear-gradient(top, rgba(12,12,12,1) 0%, rgba(125,126,125,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(12,12,12,1) 0%,rgba(125,126,125,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(12,12,12,1) 0%,rgba(125,126,125,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0c0c', endColorstr='#007d7e7d',GradientType=0 ); /* IE6-9 */
}