* {
    margin: 0;
    padding: 0;
}

/*#zyc{*/

/*width: 1290px;*/

/*}*/

/*#lty{*/

/*width: 1290px;*/

/*}*/

html {
   font-family: Verdana, Geneva, sans-serif; 
	/*font-family: "Merriweather", sans-serif !important;*/
    font-size: 16px;
}

body {
    background: #e2e2e2 !important;
    color: black !important;
	/*font-family: "Merriweather", sans-serif !important;*/
	font-size: 1rem !important;
	font-weight: 400 !important;
	line-height: 1.9 !important;
  font-family: Verdana, Geneva, sans-serif !important; 
}

.nav-lty {
    width: 1100px;
    height: 42px;
    margin: 0px auto;
    margin: 0;
    background: #00356b;
    margin-top: 3px;
}

.ul-lty {
    list-style: none;
    text-align: center;
    height: 42px;
    line-height: 42px;
    margin: 0px;
    padding-left: 35px;
}

.ul-lty a {
    text-decoration: none !important;
}

header {
    /*background:linear-gradient(to bottom, #3A2CAC, #631D9F);*/
    height: 168px;
    width: 1000px;
    margin: 0px auto;
}

header .clear-lty::after {
    content: 'aaa';
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.clear-lty::after {
    content: 'aaa';
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

header nav a {
    padding: 0px 15px;
    display: block;
    font-size: 18px;
    color: #f0f0f0;
    text-decoration: none;
}

header nav ul.ul-lty>li:hover {
    background-color: #00356b;
}

nav>ul>li {
    display: inline-block;
    float: left;
    height: 42px;
    /*box-shadow: 0 0px 6px rgba(0,0,0,.3);*/
}

nav>ul>li a:hover {
    color: #09ffff !important;
}

/*设置下拉菜单效果*/

.lty-dropdown {
    position: relative;
}

.lty-dropdown:hover .lty-submenu {
    display: block;
}

.lty-dropdown a {
    color: white !important;
}

.lty-submenu {
    margin: 0;
    list-style: none;
    display: none;
    position: absolute;
    width: 120px;
	background-color: #00356b;
    cursor: pointer;
    z-index: 1;
    left: 0px;
    top: 42px;
    border-radius: 2.5px;
}

.lty-submenu li:hover {
    background-color: #05386b;
}

.lty-submenu>li {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 14px !important;
}

.lty-submenu>a {
    display: block;
}

ul.lty-submenu>li>a:hover {
    color: white;
}

ul.ul-lty>li>a:hover {
    color: white;
}

ul.ul-lty>li>a:focus {
    color: white !important;
}

ul.lty-submenu a {
    padding: 0 10px;
    font-size: 15px;
}

header {
    width: 1100px;
}

header .headerMain {
    position: relative;
    height: 125px;
    margin: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.headerMain img {
    width: 90% !important;
    height: 100% !important
}

header .headerMain-lty {
    height: 125px;
    width: 1100px;
    margin: 0px auto;
    background: #00356b;
    padding-bottom: 0px;
}

header .headerMain-lty img {
    width: 58%;
    height: 90%;
}

.image-introduction-lty .introduction {
    width: 334px;
    height: 376px;
    float: right;
    background-color: #28828A;
}

.container2::after {
    content: '';
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

header .headerMain h1 {
    line-height: 70px;
}

.main-lty {
    width: 1100px;
    margin: 0px auto;
    background: #f1f1f1;
}

.banner-lty {
    height: 376px;
    /*padding: 20px;*/
    margin: 0 auto;
    /*background: #33ffe2;*/
    /*添加阴影105px*/
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    /*向上移105px*/
    margin-top: -331px;
}

.main-home {
    /*上下100px,左右自己居中*/
    margin: 5px 0px;
    padding-top: 24px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, .3);
    border-radius: 4px;
    padding-bottom: 20px;
    background: white;
    /*width: 760px;*/
}

.main-home .left-home-main {
    width: 630px;
    padding-right: 20px;
    padding-left: 5px;
}

.main-home .right-home-main {
    /*background-color: #F3F3F3;*/
    width: 334px;
    /*float: right;*/
}

#left-right-home {
    list-style: none;
}

#left-right-home li {
    display: inline-block;
    vertical-align: top;
}

.right-home-main ul {
    vertical-align: center;
}

.right-home-main>ul>li {
    display: block;
    list-style: none;
    margin: 20px 0px 20px 0px;
    padding: 2px 5px 10px 5px;
    box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .2);
}

.right-home-main p {
    font-size: 16px;
}

@keyframes fadeIn-boom {
    form {
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.fadeIn-lty {
    /*transform: translateY(100px);*/
    /*opacity: 0;*/
    /*animation: fadeIn-boom 1.5s;*/
    /*animation-fill-mode: forwards;*/
}

.fadeInDelay-lty {
    /*animation-delay: 1s;*/
}

.yeah_box {
    background: white;
    /* box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3); */
    border: 1px solid #b70657;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    padding: 20px;
    text-align: justify;
    line-height: 23px;
    /* font-family: Verdana, Geneva, sans-serif; */
    margin-bottom: 20px;
}

.title1 {
    margin: 0px 0px 10px 10px;
    /*color: #666;*/
    color: #00456b;
    /*font-style: italic;*/
    font-size: 20px;
    font-weight: bold;
}

.title2 {
    margin: 0px 0px 0px 12px;
    /*color: #666;*/
    font-size: 17px;
    color: black;
}

/*(contact页)mainContact部分*/

#mainContact {
    background: #f2f2f2;
    border: 2px solid #00356b;
    border-radius: 4px;
    margin-top: 20px;
}

#mainContact h1 {
    /*color: #666;*/
    color: black;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    /*border-bottom: 5px solid #fa6f57;*/
}

#mainContact p {
    font-size: 17px;
    line-height: 32px;
}

#mainContact h1 {
    /*color: #666;*/
    color: black;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    /*border-bottom: 5px solid #fa6f57;*/
}

#mainContact p {
    font-size: 17px;
    line-height: 32px;
}

#mainContact a:hover {
    color: #fa6f57;
}

#mainHelp {
    line-height: 24px;
}

/*(help页)main部分*/

.my_collapse {
    margin-top: 5px;
}

.collapse_in li {
    color: #fa6f57;
    list-style-type: square;
    margin: 0 0 0 15px;
}

.collapse_in span {
    color: #1f1f1f;
}

.my_collapse a {
    border: 2px solid #00356b;
    padding: 0px 0 0px 20px;
    line-height: 45px;
    /* background-color: #0a59b23d; */
    border-radius: 4px;
    display: block;
    color: #919191;
    font-size: 18px;
    transition: all 0.2s ease-out 0s;
    cursor: pointer;
}

.my_collapse span {
    color: #00356b;
    display: inline-block;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: white;
    font-weight: bold;
    text-align: center;
    margin-right: 0.5em;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.collapse_in {
    padding: 10px 20px;
    border: 1px solid #f2f2f2;
    border-top: 0 !important;
    background: #e3e3e3;
    font-size: 16px;
    color: #1f1f1f;
}

.collapse_in h1 {
    font-size: 18px;
    font-weight: bolder;
}

.help-img img {
    width: 926px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px;
    border: 2px solid #00356b;
}

.help-img {
    margin: 5px auto;
    text-align: center;
}

.help-img p {
    text-align: center;
    margin-bottom: 10px;
}

.fig {
    color: #fa6f57;
}

#mainHelp {
    line-height: 24px;
}

#score-table th,
#score-table td,
#score-table tr {
    border: 2px solid #999;
    padding: 5px;
    text-align: center;
}

#score-table th {
    font-weight: bold;
}

/*除了search页面其余页面共享的*/

.mainSearch {
    background: white;
    margin: 5px 0px;
    padding-top: 1px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    border-radius: 4px;
}

/*(browse页)mainBrowse部分*/

#browseTab span {
    /*color: #666;*/
    color: black;
    /*font-style: italic;*/
}

/*(submit页)mainSub部分*/

#subTable span {
    color: red;
}

#subTable th {
    font-weight: bold;
    font-style: italic;
    /*color: #666;*/
    color: black;
    font-size: 17px;
}

#subTable p {
    font-weight: normal;
    text-align: left;
    font-style: normal;
    color: black;
    font-size: 15px;
    margin-top: 5px;
}

#subTable th,
#subTable td {
    padding: 5px 30px 5px 0px;
}

/*(submit页)mainSub部分*/

/* .form-control {
    font-size: 18px;
    border: 1px solid #ccc;
    color: #1B1B1B;
    border-radius: 4px;
    background: white none repeat scroll 0 0;
	box-shadow: 0 1px rgba(143,143,143,0.3) inset, 0 1px #fff;
    height: 32px;
    padding-left: 5px;
    cursor: pointer;
    margin: 10px 0px;
} */

textarea {
    width: 300px;
    height: 100px;
    font-size: 16px;
    border: 1px solid #ccc;
    /*color: #555;*/
    color: black;
    border-radius: 4px;
    background: #f1f1f1 none repeat scroll 0 0;
    /*box-shadow: 0 1px rgba(143,143,143,0.3) inset, 0 1px #fff;*/
    padding: 10px;
}

.bigTitle {
    font-family: Verdana, Geneva, sans-serif;
    color: #00356b;
    font-size: 20px !important;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
}

#subTable span {
    color: #b70657;
}

#subTable th {
    font-weight: bold;
    /*font-style: italic;*/
    color: black;
    font-size: 17px;
}

#subTable p {
    font-weight: normal;
    text-align: left;
    font-style: normal;
    color: black;
    font-size: 15px;
    margin-top: 5px;
}

#subTable th,
#subTable td {
    padding: 5px 5px 5px 0px;
}

.box2 {
    margin: 16px 20px;
    line-height: 20px;
}

/*(search页)分页搜索部分*/

.downapi_lty {
    display: inline-block;
    height: 40px;
    text-align: center;
    border-radius: 6px 6px 0px 0px;
    border-radius: 12px;
    border: 1px solid #b70657;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 0px !important;
    padding-bottom: 4px !important;
    margin: 0px -5px 0px 0px;
    background: rgb(255, 255, 255) none repeat scroll;
    width: 180px;
    height: 33px;
    line-height: 27.4px;
    vertical-align: bottom;
}

.api-padding a {
    color: #b70657;
}

.api-padding a:hover {
    color: #b70657 !important;
}

/*(API页)downapi部分*/

#downapi {
    margin: 20px 0px 0px 15px;
    height: 30px;
    display: table;
}

.downapi_lty {
    display: table-cell;
}

#downapi a:hover {
    color: #106470;
}

.downapi {
	position: absolute;
    margin: 20px 0px 0px 15px;
    height: 30px;
    display: table;
    top: -45px;
}

.postcolor a {
    color: white;
}

.postcolor a:hover {
    color: white !important;
}

#down2 {
    background-color: #f2f2f2;
    /*margin-top: 15px;*/
}

#down2 li {
    height: 35px;
}

#api2 {
    background-color: #f2f2f2;
}

#api2 a {
    font-style: italic;
    text-decoration: underline !important;
}

.postcolor {
    background-color: #b70657;
}

#down2 ul,
#api2 ul {
    margin-left: 39px;
}

#down2 li {
    line-height: 20px;
    font-size: 17px;
    font-weight: bold;
    list-style-type: square;
    color: #b70657;
}

#down2 span {
    color: #00356b;
    font-style: italic;
}

#down2,
#api2 {
    line-height: 30px;
    margin: 0px 15px 0px 15px;
}

#api2 span {
    color: #333;
}

#api2 p {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 24px;
}

#api2 li {
    font-size: 17px;
    list-style-type: square;
    color: #b70657;
    line-height: 26px;
}

.api_con {
    padding: 20px;
}

#api2 table {
    margin: 10px 0px 10px 0px;
    border: 2px solid #999;
    margin-left: 20px;
	border-color: #999; !important;
}

#api2 td,
#api2 tr,
#api2 th {
    border: 2px solid #999 !important;
    padding: 8px;
	border-color: #999 !important;
}

#api2 th {
    font-weight: bold;
    background-color: #f2f3f3;
	color: black;
	border: 2px solid #999 !important;
	border-color: #999 !important;
}

.errorLabel {
    display: none;
    width: 230px;
    border-radius: 5px;
    padding: 15px;
}

.errorLabel label {
    background: #efb1aa;
}

.icon-lty a {
    color: black;
}

#new {
    margin: 0 0 0 0px;
    padding: 10px 0px 10px 10px;
    list-style-type: none;
    color: #fa6f57;
    line-height: 26px;
}

.intro_box_header {
    font-size: 23px;
    font-weight: bold;
    color: #106470;
    background: #ecf6f7 none repeat scroll 0 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 0 3px 1px rgba(109, 109, 109, 0.5);
    margin: -21px -21px 10px;
    padding-bottom: 3px;
    padding-top: 10px;
    text-align: center;
    height: 34px;
}
.icons {
    display: inline;
    /*cursor: pointer;*/
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
    margin-right: 10px;
}
/*.icons{*/

/*display: inline;*/

/*!*cursor: pointer;*!*/

/*width: 20px;*/

/*height: 20px;*/

/*margin-bottom: 2px;*/

/*margin-right: 10px;*/

/*}*/

/*footer部分*/

.footer {
    background: #336699 none repeat scroll 0 0;
    margin-top: 35px;
    color: white;
    padding: 10px 0 20px 0;
}

#oneinfo {
    text-align: center;
    padding: 15px 0 10px 0;
    font-size: 17px;
}

.footer_branch {
    margin-left: 0px;
}

.footer span {
    border-bottom: 5px solid #03407e;
    padding: 5px 0px 2px 0px;
    display: block;
    font-weight: bold;
    color: #fff;
}

.footer p {
    padding: 5px 0px 0px 0px;
    font-size: 15px;
    color: #fff;
}

.footer a {
    color: #fff;
}

#copyright {
    margin-right: 0px;
}

.branch_down {
    margin-top: 15px;
}

.footer p {
    margin-bottom: 0px;
}

.footer a:hover {
    color: #439ff7;
}

.footer2 {
    height: 50px;
    background: #336699 none repeat scroll 0 0;
}

.footer2 p {
    line-height: 50px;
    text-align: center;
    color: black;
}

.footer2 a:hover {
    color: #439ff7;
}

.footer3 {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 85px;
    background: #00356b;
}

.footer3 p {
    line-height: 25px !important;
    text-align: center !important;
    color: white !important;
    font-size: 16px !important;
    margin-bottom: 0px !important;
}

.footer3 a {
    color: white;
}

.footer3 a:hover {
    color: #09ffff !important;
}

/*search detail*/

.lty_detail_table h1 {
    font-style: italic;
    font-size: 25px;
    color: #999;
    margin: 0 0 10px 10px;
    /*text-align: center;*/
    font-weight: normal;
}

.lty_detail_table h2 {
    font-size: 19px;
    color: #666;
    font-style: italic;
    margin: 0 0 0px 10px;
}

.lty_detail_table h3 {
    font-size: 17px;
    /*color:#666;*/
    /*font-style: italic;*/
    margin: 0 0 0px 10px;
}

.lty_detail_table table {
    border: none;
    word-break: break-all;
    word-wrap: break-word;
    margin-bottom: 15px;
}

.lty_detail_table td,
tr,
th {
    padding: 10px;
    font-size: 17px;
    border: none;
}

input[type='number'] {
    background-color: white !important;
}

.lty_detail_table th {
    font-weight: bold;
}

.lty_detail_table {
    background: #f2f2f2;
    /*box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);*/
}

.lty_detail_table th {
    font-size: 17px;
}

.lty_detail_table th,
.lty_detail_table td,
.lty_detail_table tr {
    border: 1px solid rgba(153, 153, 153, 0.35);
    text-align: center;
}

.lty_detail_table th {
    background-color: #f2f3f3;
}

.lty_detail_table a {
    /*text-decoration: underline;*/
}

.lty_detail_table a:hover {
    color: #fa6f57;
}

.pretty_much_table {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    max-height: 415px;
    overflow-y: auto;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}

/*detail 页面table嵌套的子table*/

.border0 {
    border-collapse: collapse;
    border: 0px solid #999;
}

.border0 td {
    border-top: 0;
    /*border-right: 1px solid #999;*/
    border-right: 0 !important;
    border-bottom: 1px solid #999;
    border-left: 0 !important;
    font-style: normal;
    word-wrap: break-word;
    word-break: break-all;
    /*padding: 10px;*/
}

.border0 tr.lastrow td {
    border-bottom: 0;
}

.scroll_lty {
    overflow-y: scroll;
    max-height: 184px;
}

/*因为modification很多一条信息很多个PMID，导致行的高很大*/

.scroll_lty_modification {
    overflow-y: scroll;
    max-height: 240px;
}

/*表  DARNED*/

.border0 tr td.lastCol {
    border-right: 0;
    width: calc( 155px - 16px) !important;
    padding-right: 0px;
    word-break: break-all;
    /*width: 384px !important;*/
}

/*表  RADAR*/

.border0 tr td.lastCol_1 {
    border-right: 0;
    width: calc( 262px - 16px) !important;
    /*width: 384px !important;*/
}

/*表  Lncediting*/

.border0 tr td.lastCol_2 {
    border-right: 0;
    width: calc( 656px - 16px) !important;
    /*width: 384px !important;*/
}

/*表  RNALocate*/

.border0 tr td.lastCol_3 {
    border-right: 0;
    width: calc( 164px - 16px) !important;
    /*width: 384px !important;*/
}

/*表  modification*/

.border0 tr td.lastCol_4 {
    border-right: 0;
    width: calc( 154px - 19px) !important;
    padding-right: 4px;
    /*width: 384px !important;*/
}

/*input[type="number"]右侧没有上下的箭头*/

/*Chrome 下去除type ==  "number"  时 的右侧图标*/

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

/*火狐 下去除type ==  "number"  时 的右侧图标*/

input[type="number"] {
    -moz-appearance: textfield;
}

.KeywordSearch {
    text-align: center;
}

.class_position a:hover {
    text-decoration: none;
    background-color: #ced5ed;
}

a:hover {
    color: #046ece !important;
    text-decoration: none !important;
}

.lty_a_td {
    font-style: normal !important;
    font-weight: inherit !important;
}

.intarna_table tr {
    background: white;
    cursor: pointer;
}

.sub_title {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
    margin-top: 12px;
    margin-bottom: 14px;
}

.sub_title p {
    margin: 0px;
    color: #00356b;
    text-align: center;
}

.sub_title p.first {
    font-size: 22px;
    border-bottom: 2px solid #00356b;
    padding-bottom: 8px
}

.sub_title p.second {
    font-size: 15px;
    padding-top: 8px;
}

.sub_title p span {
    margin: 0px;
    color: #00356b;
    text-align: center;
}

a.page_download {
    font-size: 16px;
    color: #00356b !important
}

a.page_download:hover {
    color: #00356b !important;
}

div.link a {
    color: #00356b !important;
}

div.link a:hover {
    color: #00356b !important;
}

li.dropdown-header {
    font-size: 14px;
}

.bootstrap-select .dropdown-menu li a {
    font-size: 13px;
}

/*table-hover的颜色自定义*/

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #E0E0E0 !important;
}

#result td a:hover {
    color: black !important;
}

#result td a:active {
    text-decoration: none !important;
}

#checklist td a:hover {
    color: black !important;
}

#checklist td a:active {
    text-decoration: none !important;
}

.table-bordered th,
.table-bordered td {
    /* border: 2px solid #B4B4B4 !important; */
	border: 2px solid !important;
}

.table-bordered th {
    /* background: #f1f1f1 !important; */
}

nav-lty a {
    color: white !important;
}

input[type='submit'] {
    /* border: none !important; */
    outline: none !important;
}

input[type='reset'] {
    /* border: none !important; */
    outline: none !important;
}

ul.searchIntro li {
    list-style-type: square;
    color: #b70657;
}

#browseTab li {
    list-style-type: square;
    color: #b70657;
}

.searchFrame {
    margin: 45px 45px 10px 10px;
    border: 1px solid #b70657 !important;
    border-radius: 5px;
    position: relative;
}

.dropdown-menu li:hover a span {
    color: white !important;
}

.class_position a:hover {
    background: white !important;
    color: #00356b;
}

.class_position a {
    color: #00356b !important;
    font-size: 15px;
    padding: 0px !important;
}

.class_position a:not(.disable):hover {
    color: #b70657 !important;
}

.disable {
    cursor: default;
}

p.title-lty {
    color: #00356b !important;
}

.border0 tr,
.border0 td {
    border: none !important;
}

.custom-datatable-overright .pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: linear-gradient(to bottom, #ff9966 0%, #d75151 100%);
    border-color: #ff9966;
}

.search_info {
    margin-top: 6px;
    margin-bottom: 10px;
    background: white;
    border: 1px solid #b70657;
    border-radius: 5px;
    text-align: justify;
    line-height: 26px;
    padding-top: 10px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 2px;
    margin-bottom: 18px;
}

.search_info b{
    font-size: 20px;
    font-weight: bold;
}
.search_info span{
    font-weight: bold;
}
div.content {
    width: 1050px;
    margin: 20px auto;
}
.title-lty{
    font-weight: bolder;
    font-size: 22px;
    color: #666;
    font-style: italic;
    margin: 20px 0 10px 0px;
}

.red_link a {
    color: #b70657 !important;
    font-weight: bold;
}

.dropdown-menu>.active>a {
    background-color: white;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #428bca;
}

.downapi {
    position: absolute;
    margin: 20px 0px 0px 15px;
    height: 30px;
    display: table;
    top: -45px;
}

.downapi2 {
    display: inline;
    border-radius: 6px 6px 0px 0px;
    border: 1px solid #f2f2f2;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 12px;
    margin: 0px;
    background: rgba(250, 250, 250, 0.1) none repeat scroll;
    width: 250px;
    /* color: #666; */
    /* cursor: pointer; */
}
.downapi2 a {
	text-decoration: none !important;
}