.carousel-control.right {
    opacity: 1;
    background: #D8D8D8;
    width: 59px;
    background: url("../../img/re_img/right.effe99e0c454.png") 0 45% no-repeat;
}

.carousel-control.left {
    opacity: 1;
    background: #D8D8D8;
    width: 59px;
    background: url("../../img/re_img/left.68a23e49eaf9.png") 0 45% no-repeat;
}

.carousel-indicators li {
    border: 0;
    background: #9B9B9B;
    width: 18px;
    height: 18px;
    margin: 0 15px 0 15px;
}

.carousel-indicators .active {
    margin: 0 15px 0 15px;
    border: 0;
    background: #01E9FB;
    width: 18px;
    height: 18px;
}

.line_title {
    padding-top: 60px;
    background: #fff;
    font-family: STHeitiSC-Medium;
    font-size: 22px;
    color: #333
}

.line_title .line_pre {
    position: relative;
    top: 3px;
    background: #7aaff9;
    width: 7px;
    height: 24px;
    display: inline-block;
    margin-left: 30px;
}

.carousel-indicators {
    bottom: 35px
}

.navbar-inverse {
    background-color: #192337;
    border: 0;
}

.line_title .line_more {
    text-decoration: none;
    float: right;
    margin-right: 20px;
}

.line_title .line_more span {
    margin-right: 10px;
}

.more_class {
    width: 200px;
    height: 44px;
    background: transparent;
    display: inline-block;
    line-height: 44px;
    color: #159dea;
    font-size: 18px;
    text-decoration: none;
    border:1px solid #159dea;
    transition: .5s;
    margin-top: 40px;
}

.more_class:hover {
    text-decoration: none;
    color: #fff;
    background: #159eda;
}

.thumbnail_wrap {
    border-bottom: solid 1px #efefef;
}

.thumbnail_wrap1 {
    padding: 10px 20px;
}

.thumbnail_wrap1 p {
    color: #4A4A4A;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 20px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.thumbnail_wrap1 dd {
    font-size: 12px;
    line-height: 26px;
    color: #737373;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.thumbnail_more {
    right: 5px;
    top: 146px;
    position: absolute;
    background: #80adec;
    color: #fff;
    border-radius: 5px;
    padding: 0 8px 0 8px;
    line-height: 18px;
}

.thumbnail_more.done {
    background: #80adec;
}

.thumbnail_more.in {
    background: #d75565;
}

.thumbnail_more.wait {
    background: #83a400;
}

.navbar-collapse p {
    margin-bottom: 0;
}

.navbar-brand {
    padding: 0;
}

.block_wrap .mb30 {
    padding: 0 20px 0 20px;
}

.block_wrap_shade {
    background: rgba(0, 0, 0, 0.8);
    height: 320px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    padding-top: 100px;
    display: none;
}

.block_wrap_shade p {
    color: #50E3C2;
    font-size: 16px;
}

.block_wrap_shade a {
    margin-top: 10px;
    border: 2px solid #50E3C2;
    font-size: 24px;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
}

.class_block_wrap .block_wrap_shade p {
    color: #F6A219;
}

.class_block_wrap .block_wrap_shade a {
    border: 2px solid #F6A219;
}

.index .carousel-caption {
    position: absolute;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    left: 10%;
    top: 10%;
    color: #fff;
    text-align: left;
}

.index .carousel-caption h2 {
    display: inline-block;
    letter-spacing: 7px;
    padding-bottom: 15px;
    border-bottom: 1px #fff solid;
}

.index .carousel-caption div {
    margin-top: 15px;
    display: inline-block;
}

.index .carousel-caption span {
    letter-spacing: 3px;
    padding: 5px 0px;
    color: #fff;
    display: block;
    text-align: center;
}

.progress {
    height: 10px!important;
    margin-bottom: 10px;
}

.progress-bar-info {
    background-color: rgb(208, 209, 209)!important;
}


/*侧边导航*/

ul.nav-tabs {
    width: 140px;
    margin-top: 20px;
    border-radius: 4px;
    border: 1px solid #373637;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    background-color: #4F4F4F;
}

ul.nav-tabs li {
    margin: 0;
    border-top: 1px solid #373637;
}

ul.nav-tabs li:first-child {
    border-top: none;
}

ul.nav-tabs li>span {
    text-align: center;
    margin: 0;
    padding: 8px 16px;
    border-radius: 0;
    color: #fff;
    background-color: #363637;
    display: block;
}

ul.nav-tabs li a {
    text-align: center;
    margin: 0;
    padding: 8px 16px;
    border-radius: 0;
    color: #fff;
}

ul.nav-tabs li a span {
    position: absolute;
    height: 100%;
    top: 0;
    left: -1px;
    width: 10px;
    background-color: #50E3C2;
    z-index: 1;
    display: none;
}

ul.nav-tabs li.active a,
ul.nav-tabs li.active a:hover,
ul.nav-tabs li.active a:focus {
    color: #50E3C2;
    background: #4A4A4A;
    border: 1px solid #4A4A4A;
}

ul.nav-tabs li.active a span,
ul.nav-tabs li.active a:hover span,
ul.nav-tabs li.active a:focus span {
    display: block;
}

ul.nav-tabs li:first-child a {
    border-radius: 4px 4px 0 0;
}

ul.nav-tabs li:last-child a {
    border-radius: 0 0 4px 4px;
}

ul.nav-tabs.affix {
    top: 100px;
}

ul.nav-tabs.nav>li>a:hover {
    color: #50E3C2;
    background: #4A4A4A;
    border: 1px solid #4A4A4A;
}

ul.nav-tabs.nav>li>a:hover span {
    display: block;
}

.icon {
    width: 20px;
    margin-right: 5px;
    margin-top: -2px;
}

.icon2 {
    width: 15px;
    margin-right: 5px;
    margin-top: -2px;
}

.icon3 {
    width: 15px;
    margin-right: 3px;
    margin-top: -2px;
}

.competition {}

.competition .carousel-inner .carousel-caption .row {
    width: 70%;
    margin: 0;
}

.competition .carousel-inner .carousel-caption .row>div {
    margin-top: 5px;
}

.competition .carousel-inner .carousel-caption .row .item {
    margin: 0;
}

.competition .carousel-inner .carousel-caption .row .item div {
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: 40px;
    background-repeat: no-repeat;
    margin: 0;
}

.competition .carousel-inner .carousel-caption .row .itemNum {
    margin-left: 11px;
    background-color: #fff;
    border-radius: 50%;
    color: #6cc4c4;
    border: 1px solid #6cc4c4;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.50);
}

.competition .carousel-inner .carousel-caption .row hr {
    width: 70%;
    position: absolute;
    top: 15px;
    left: 40px;
}

.competition .search {
    background-color: #fff;
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 #DCD9D9;
    margin: 0 10px !important;
    padding-bottom: 30px;
}

.competition .search .title {
    line-height: 35px;
    border-bottom: 1px solid #E2E2E2;
    padding: 5px 10px;
}

.competition .search .title img {}

.competition .search .title select {
    position: absolute;
    right: 10px;
    top: 13px;
}

.competition .search ul {
    overflow: hidden;
}

.competition .search .option {
    border-bottom: 1px solid #E2E2E2;
    padding: 5px 30px;
}

.competition .search .option li {
    float: left;
    margin-right: 15px;
}

.competition .search .option li a {
    color: #9B9B9B;
    text-decoration: none;
    line-height: 35px;
    padding-bottom: 5px;
}

.competition .search .option li.active a,
.competition .search .option li:hover a {
    border-bottom: 3px solid #70AEF6;
    color: #000;
}

.competition .search .list {}

.competition .search .list li {
    border-bottom: 1px solid #E2E2E2;
    height: 130px;
    position: relative;
}

.competition .search .list li .start {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background-color: rgba(215, 215, 215, 0.59);
}

.competition .search .list li.active .start,
.competition .search .list li:hover .start {
    background-color: #70AEF6;
}

.competition .search .list li .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.competition .search .list li .content .img {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 20px;
    width: 150px;
    height: 100%;
    background-position: center;
    background-size: 85%;
    background-repeat: no-repeat;
}

.competition .search .list li .content .thumbnail_wrap1 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin-left: 170px;
    margin-right: 200px;
    padding: 20px 0 0 20px;
}

.competition .search .list li .end {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 100%;
    text-align: center;
}

.competition .search .list li .end span {
    line-height: 130px;
    color: #70AEF6;
    font-size: 36px;
}

.course .search .option li a.active,
.course .search .option li a:hover {
    border-bottom: 3px solid #F5A623;
    color: #000;
}

.course .search .list li.active .start,
.course .search .list li:hover .start {
    background-color: #F5A623;
}

.course .search .list li .content .thumbnail_wrap1 {
    margin-right: 0;
}

.course .carousel-inner .carousel-caption .row hr {
    width: 45%;
    position: absolute;
    top: 15px;
    left: 40px;
}

.bbs .carousel-caption {
    top: 30%;
}

.bbs .search,
.bbs .search .title {
    overflow: hidden;
}

.bbs .search .title .option {
    padding: 5px 10px;
    overflow: hidden;
}

.bbs .search .title .option li {
    float: left;
    margin-right: 15px;
}

.bbs .search .title .option li a {
    color: #70AEF6;
    background-color: #fff;
    border: 1px solid #70AEF6;
    text-decoration: none;
    line-height: 35px;
    display: block;
    text-align: center;
    width: 120px;
}

.bbs .search .title .option li a.active,
.bbs .search .title .option li a:hover {
    background-color: #70AEF6;
    color: #fff;
}

.bbs .search .title span {
    position: absolute;
    right: 10px;
    top: 13px;
    color: #70AEF6;
}

.bbs .search .title p {
    padding: 5px 10px;
    font-size: 24px;
    color: #70AEF6;
    margin: 0;
}

.bbs .table-striped>tbody>tr:nth-of-type(odd) {
    background: none;
}

.bbs .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.bbs .table-striped>tbody>tr>td {
    padding: 15px 8px !important;
}

.bbs .search .count {
    border-top: 1px solid #E2E2E2;
}

.bbs .search .count .item {
    border-bottom: 1px solid #E2E2E2;
    padding: 10px 10px 15px;
}

.bbs .search .count .item .figure {
    height: 40px;
    margin-bottom: 10px;
}

.bbs .search .count .item .figure .img {
    float: left;
    width: 40px;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.bbs .search .count .item .figure .content {
    float: left;
    margin-left: 10px;
    padding-top: 5px;
}

.bbs .search .count .item .figure .content p {
    margin: 0;
}

.bbs .search .count .item ul {
    overflow: hidden;
}

.bbs .search .count .item ul li {
    float: left;
    margin-right: 10px;
    color: #7E7E7E;
}

.bbs-3 .search {
    background-color: #fff;
    padding: 20px 0;
    margin: 0 auto 40px !important;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.bbs-3 .search .introduction .figure {
    height: 100px;
    margin-bottom: 10px;
}

.bbs-3 .search .introduction .figure .img {
    float: left;
    width: 100px;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.bbs-3 .search .introduction .figure .content {
    float: left;
    margin-left: 10px;
    padding-top: 5px;
}

.bbs-3 .search .introduction .figure .content p {
    margin: 0;
}

.bbs-3 .search .introduction .tag .option {
    padding: 5px 10px;
    overflow: hidden;
}

.bbs-3 .search .introduction .tag .option li {
    float: left;
    margin-right: 15px;
}

.bbs-3 .search .introduction .tag .option li a {
    color: #70AEF6;
    background-color: #fff;
    border: 1px solid #70AEF6;
    text-decoration: none;
    line-height: 35px;
    display: block;
    text-align: center;
    width: 120px;
}

.bbs-3 .search .introduction .float {
    padding: 5px 0px 10px;
    overflow: hidden;
}

.bbs-3 .search .introduction .float li {
    line-height: 20px;
    float: left;
    margin-right: 15px;
}

.bbs-3 .search .comment {
    border-left: 5px solid #70AEF6;
    padding: 0 10px;
    margin: 0 20px 10px;
}

.bbs-3 .search .count {
    margin: 0 20px;
}

.bbs-3 .search .count .item {
    padding-bottom: 50px;
}

.bbs-3 .search .count .item,
.bbs-3 .search .count .item .top {
    overflow: hidden;
    position: relative;
}

.bbs-3 .search .count .item .top .left {
    float: left;
}

.bbs-3 .search .count .item .top .left {
    width: 150px;
    height: 100px;
    text-align: center;
}

.bbs-3 .search .count .item .top .left .img {
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 0 auto;
    background-size: cover;
}

.bbs-3 .search .count .item .top .content {
    margin-left: 150px;
    padding-top: 10px;
}

.bbs-3 .search .count .item .top .content p {
    margin-bottom: 5px;
}

.bbs-3 .search .count .item .return {
    position: absolute;
    right: 10px;
    color: #70AEF6;
    bottom: 10px;
    cursor: pointer;
}

.bbs-3 .search .count .item .yy {
    position: absolute;
    left: 160px;
    color: #70AEF6;
    bottom: 30px;
    cursor: pointer;
}

.competition_tab_content .tab-content>.active {
    display: inline;
}

#comp-header-stat {
    line-height: 1.45
}

#comp-progress {
    position: relative;
    height: 13px;
    margin-bottom: 2px
}

#comp-progress-start,
#comp-progress-end,
.circle {
    height: 13px;
    width: 13px;
    top: 0;
    border-radius: 100%;
    border: 2px solid white
}

#comp-progress-full {
    position: relative;
    background: #adc0c7;
    height: 5px;
    top: 4px;
    margin-bottom: 0
}

#comp-progress-going {
    background: #008abc;
    width: 0;
    color: white;
    height: 5px;
    box-sizing: border-box;
    float: left
}

#comp-progress-start {
    position: absolute;
    left: -3px;
    background: #008abc
}

#comp-progress-end {
    position: absolute;
    right: -3px;
    background: #adc0c7
}

.comp-progress-milestone {
    position: absolute;
    top: 0;
    left: 90%
}

.comp-progress-milestone .circle {
    background: #adc0c7
}

.comp-progress-milestone .milestone-key {
    position: absolute;
    top: -2em;
    left: -4em;
    white-space: nowrap
}

#comp-header-start,
#comp-milestone-end,
#comp-header-end {
    font-size: 12px;
    color: #4A4A4A
}

#comp-header-start {
    float: left
}

#comp-milestone-end {
    position: absolute;
    top: -2em;
    right: 0;
}

#comp-header-end {
    float: right
}

#id-data-table {
    width: 100%;
    margin: auto;
    text-align: left
}

.page-info {
    opacity: .8;
    font-size: .8em
}

.page-info .team-name {
    font-weight: bold
}

.leaderboard-info {
    opacity: .8;
    font-size: .8em
}

#id-submission-table {
    width: 100%
}

#id-submission-table th {
    line-height: 1.5
}

#id-leaderboard {
    width: 100%;
    margin: 0 auto 1em;
    text-align: center;
    border: 1px solid #e5e5e5;
    font-size: 1em
}

#id-leaderboard td {
    padding: .5em .25em
}

#id-leaderboard th {
    padding: 1.5em 0 .5em;
    text-align: center;
    vertical-align: bottom;
    font-size: .75em;
    font-weight: bold;
    color: #888;
    display: table-cell
}

#id-leaderboard th:first-child,
#id-leaderboard td:first-child {
    padding-left: 1em;
    text-align: center;
    font-size: .75em
}

#id-leaderboard th:nth-child(3),
#id-leaderboard td:nth-child(3),
#id-leaderboard th:nth-child(6),
#id-leaderboard td:nth-child(6) {
    padding-left: .75em;
    text-align: left
}

#id-leaderboard tr:nth-child(2) {
    width: 40px
}

#id-leaderboard .rank {
    opacity: .7
}

#id-leaderboard .score {
    color: #2699c7;
    max-width: 25em;
    overflow: hidden
}

#id-leaderboard .team-up {
    color: green
}

#id-leaderboard .team-down {
    color: red
}

#id-leaderboard .delta {
    font-size: .75em
}

#id-leaderboard ul.team-members {
    padding-left: 0;
    margin-top: .5em;
    display: none
}

#id-leaderboard ul.team-members li {
    color: #888;
    list-style: disc inside;
    padding-left: 1em;
    font-size: .8em;
    line-height: 1.3
}

#id-leaderboard td.result {
    background-color: #2aa6d7;
    color: white;
    font-size: 1em;
    padding: 1em .75em 1em;
    text-align: left
}

#id-leaderboard a {
    text-decoration: none;
    color: inherit
}

#id-upload-div {
    background: #8bc4ea;
    position: relative;
    text-align: center;
    height: 7.5em;
    padding-top: 2em;
    cursor: pointer
}

#id-upload-div #id-fileupload {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute
}

#id-progress-div {
    height: 2em
}

#id-progress-div .progress-bar {
    height: 100%;
    border-radius: .2em
}

#id-error-text {
    margin-bottom: 0
}

#id-description-div {
    background-color: #f7f7f7;
    padding: 1em
}

#id-description-div textarea {
    width: 100%
}

#id-submit {
    display: block;
    margin: 1em auto 5px
}

#id-submit-as {
    text-align: center
}

#id-submit-as div {
    padding: 0
}

#id-submit-as div:first-child {
    border-right: 1px solid #888
}

#id-submit-as a {
    margin: auto
}

#id-submit-as p {
    text-align: center;
    padding: 0 10%
}

.captcha {
    height: 100%;
    margin-left: 20px
}

.captcha-input {
    width: 100px;
    overflow: hidden;
    float: left
}

.container-thin form {
    margin: 30px auto
}

.container-thin form label {
    text-align: left
}

form .checkbox {
    padding-left: 0
}

.asteriskField {
    display: none
}

#id-profile-edit-form fieldset {
    background: #f7f7f7;
    margin-bottom: 25px
}

#id-profile-edit-form fieldset legend {
    background: #f7f7f7;
    padding-top: 20px;
    padding-left: 20px
}

#id-profile-edit-form fieldset>div {
    margin-left: 25px
}

#id-profile-edit-form input[type=submit] {
    width: 200px!important
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}

.container-thin {
    max-width: 600px;
    margin: 100px auto
}

.container-thin h1,
.container-thin h3,
.container-thin p {
    text-align: center
}

h3 {
    font-size: 30px;
    margin-bottom: .75em
}

p {
    font-size: 1em;
    margin-bottom: .8em
}

ul.message-list {
    padding-left: 0;
    list-style: none;
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    margin: 0
}

ul.message-list li {
    height: 100px
}

ul.message-list div.wrapper {
    height: 100px;
    line-height: 100px
}

ul.message-list .message-error {
    background-color: #ef877f
}

ul.message-list .message-success {
    background-color: #baf9e6
}

ul.message-list .message-info {
    background-color: #def6ff
}

.thumbnail {
    height: 320px;
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 #DCD9D9;
    border: 0;
    padding: 0;
    overflow: hidden;
}

.thumbnail h4 {
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.thumbnail h4 a {
    color: #4A4A4A;
    font-size: 16px;
}

.thumbnail h4 a span {
    color: #4A4A4A;
}

.thumbnail a>img {
    margin-left: auto;
    margin-right: auto;
    height: 90px;
    width: 90px
}

.thumbnail .des_text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.breadcrumb {
    margin-top: 20px
}

.userinfo-header span.personal_tag {
    font-size: 16px;
    margin-left: 10px;
    text-wrap: normal
}

.userinfo-header span.display_name {
    font-size: 36px;
    font-weight: bold
}

.competition-info {
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif
}

.competition-info .header {
    font-size: .9em;
    font-weight: 600;
    color: #4990E2;
}

.competition-info .title {
    font-size: 30px;
    font-weight: bold
}

.detail-table {
    width: 100%;
    margin-top: 5px
}

.detail-table caption {
    margin: 0;
    padding: 8px;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    background: #79aec8;
    color: #fff
}

.detail-table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit
}

.detail-table td,
.detail-table th {
    font-size: 13px;
    line-height: 16px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    padding: 8px;
    font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif
}

.detail-table th {
    font-weight: 600;
    text-align: left;
    width: 100%;
    padding: 8px;
    font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif
}

.detail-table a.addlink {
    padding-left: 16px;
    background: url("/static/img/icon-addlink.d519b3bab011.d519b3bab011.svg") 0 1px no-repeat
}

.detail-table a.editlink {
    padding-left: 16px;
    background: url("/static/img/icon-changelink.18d2fd706348.18d2fd706348.svg") 0 1px no-repeat
}

.tool {
    background: #999;
    border-radius: 15px;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #fff;
    padding: 3px 12px;
    background-repeat: no-repeat;
    background-position: 93% center;
    padding-right: 26px
}

.tool.addlink {
    background-image: url("/static/img/tooltag-add.e59d620a9742.e59d620a9742.svg")
}

.info-table {
    width: 100%;
    margin-top: 5px
}

.info-table caption {
    margin: 0;
    padding: 8px;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    background: #79aec8;
    color: #fff
}

.info-table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit
}

.info-table td,
.info-table th {
    border-bottom: 1px solid #eee
}

.info-table td {
    font-size: 13px;
    line-height: 16px;
    vertical-align: top;
    padding: 8px;
    font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif
}

.info-table th {
    font-weight: 600;
    text-align: left;
    vertical-align: center;
    width: 200px;
    padding: 8px;
    font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif
}

.info-table a.addlink {
    padding-left: 16px;
    background: url("/static/img/icon-addlink.d519b3bab011.d519b3bab011.svg") 0 1px no-repeat
}

.info-table a.editlink {
    padding-left: 16px;
    background: url("/static/img/icon-changelink.18d2fd706348.18d2fd706348.svg") 0 1px no-repeat
}