.Down-Breadcrumb ul { width: 100%; padding: 0; margin: 16px 0;}
.Down-Breadcrumb li{ padding: 0; margin: 0; float: left; font-size: 14px; 
    color: #777777; list-style-type: none; }
.Down-Breadcrumb li a{text-decoration: none; color: #337ab7;}
.Down-No-Pass{padding-left: 0px !important; padding-right: 0px !important;}
.Download-Heading{font-size: 14px; color: #fff; padding:10px; background-color: #00b5f2; 
margin: 10px 0;}
.showBtn{ background-color: #eff1f2; background-image: url(/images/Downloand-Accodiant-Show-Arrow-Off.png); 
    font-size: 15px; color: #000; padding:10px 0 10px 100px; margin: 25px 0;
background-repeat: no-repeat; background-position: 15px;}
.active{background-image:url(/images/Downloand-Accodiant-Show-Arrow.png); 
    background-position: 15px; background-repeat: no-repeat;
box-shadow: 0px 4px 3px #e3e3e3; margin: 10px 0; }
.Download-Table{width: 98%; margin: 15px 1%; padding: 0; box-shadow: 0px 0px 10px #bbb;
 border: 1px #fff inset; border-collapse: collapse;
 border-spacing: 0; }
.Download-Table tr th { background: #03a4d8; font-size: 14px; text-align: center;
    font-weight: normal; padding: 13px 10px; color: #fff; border-left: 1px #fff solid; }
.Download-Table tr th:nth-child(2) { text-align: left; }

.Download-Table tr td {font-size: 14px; text-align: center;
font-weight: normal; padding: 9px 10px; color: #333333; border-left: 1px #e7e9e8 solid; }
.Download-Table tr td:nth-child(2) { text-align: left; color: #337ab7;}
.Download-Table tr:nth-child(even) {background: #e7e9e8; }
.Download-Table tr:nth-child(odd) {background: #fff; }
.more-Text{font-size: 15px; padding: 0 5px; float: left; margin: 0; text-align: right;
    width: 100%; color: #337ab7; cursor: pointer; right: 0;}

@media (min-width:480px ) and  (max-width : 575px) {
.Download-Table { width: 500px;}
}

@media (min-width:300px ) and  (max-width : 479px) {
    .Download-Table { width: 450px;}
    .Download-Table tr td { font-size: 13px; padding: 9px 5px;}
    }
