﻿/* another article */
.another_category { 
    display: block; 
    overflow: hidden; 
    border: 0; 
    padding: 0;
    margin-top: 30px;  
}
.another_category h4 { 
    color: #353535 !important;
    border-bottom:  1px solid #666 !important;
}
.another_category table,
.another_category tbody { 
    display: block; 
}
.another_category span { 
    display: none; 
}
.another_category a,
.another_category h4,
.another_category th { 
    font-size: 1rem !important;
    font-weight: 400 !important;
    overflow: hidden; 
    text-align: left; 
    text-overflow: ellipsis; 
    white-space: nowrap; 
}
.another_category tbody { 
    overflow: hidden; 
    max-width: none!important; 
    margin-left: -15px; 
    margin-right: -15px; 
}
.another_category tr,
.another_category a { 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
}
.another_category tr { 
    display: block; 
    width: 100%;
    float: left; 
    padding-left: 20px; 
}
.another_category th { 
    display: block;
    height: 26px;
}
.another_category th a.current { 
    border: 0 !important; 
}
.another_category th a {
    position: relative;
    height: 26px;
    font-weight: 400 !important;
}
.another_category th a:before {
    content:  "\f105"; 
    font-family:  "FontAwesome"; 
    margin-right:  0.3em;
}
.another_category h4 a,
.another_category th a {
   text-decoration: none;
   border-bottom: 0 !important;
    color: #353535 !important;
}
.another_category th a:hover {
    text-decoration: none;
    border-bottom: 1px dashed #BA2B2B !important;
    outline: 0;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	-o-transition: all .3s ease-in-out !important;
	-ms-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;
}
.another_category td { 
    display: none;
}
