
#othersubjects .tg-widgetcontent .nav li a {
    color: #333;
    display: inline-block;
    line-height: 28px;
    margin-bottom: 0px;
    
    font-weight: 600;
    width: 100%;
    
    padding: 0px 0px;
    padding-left: 15px;
}
#othersubjects .tg-widgetcontent .nav li{
	margin-top: 20px;
}

#othersubjects .tg-widgetcontent .nav li a::before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f105';
    left: 4px;
    }

 #othersubjects .tg-widgetcontent .nav>li>a:focus, #othersubjects .tg-widgetcontent .nav>li>a:hover{
 	background-color: transparent;
 	color:#00a1df;
 }

 #othersubjects .tg-widgetcontent .nav li + li{
 	margin-top: 20px;
 }

  #othersubjects .tg-widgetcontent .nav-pills>li.active>a, #othersubjects .tg-widgetcontent .nav-pills>li.active>a:focus, #othersubjects .tg-widgetcontent .nav-pills>li.active>a:hover{
  	background-color: white;
  	color:#00a1df;
  }

 #tg-content h2{
 	margin: 0 0 20px;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    color: #00a1df;
 }

 #othersubjects .tg-widgetcontent .nav hr{
 	border: 1px solid #eee;
 	display: block;
 }

#tg-content  {
	padding: 30px;
	border: 1px solid #ddd;
}
 #tg-content h3{
 	    margin: 0;
    font-size: 25px;
    line-height: 50px;
    color: #ed1c24;
    font-weight: 600;
 }
 #tg-content .eventsdetails h4{
 	  margin: 0;
    font-size: 20px;
    color: #ed1c24;
    font-weight: 600;
 }
 #tg-content .double-hr{
 	border: none;
     border-top: 3px double #333; 
    color: #333;
    overflow: visible;
    text-align: center;
    height: 5px;
 }
 #othersubjects .tg-widgetcontent .years li a{
 	margin-bottom: 0px;
 	font-weight: 700;
 	padding-left: 20px;
 }
 #othersubjects .tg-widgetcontent .years li a:before{
 	position: absolute;
    font-family: 'FontAwesome';
    content: '\f274';
    left: 10px;

 }
 #othersubjects .tg-widgetcontent .years>li>a:focus, #othersubjects .tg-widgetcontent .years>li>a:hover{
 	background-color: transparent;
 	color:#00a1df;
 }

 .no-border{
    border: none !important;
}
#othersubjects .tg-sidebar{
    margin-bottom: 10px;
}
#tg-twocolumns .tg-content .bx-wrapper{
    margin-left: auto !important;
    margin-right: auto !important;
}

.tg-content .border-blue{
    border:7px double #00A1DF;
}

.tg-content .border-red{
    border:8px double red;
}