@import url(css2b6b.css?family=Source+Sans+Pro:300,400,600,700);
.container {
    width: 1000px;
    margin: 0 auto
}

.container a {
    font-size: .95em;
    text-decoration: none;
    color: #435275
}

.container a:hover {
    color: #f77b6f;
    text-decoration:underline;
}

.container ::selection {
    background: #abd1eb;
    color: #000;
}
.container ::-moz-selection {
    background: #abd1eb;
    color: #000;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro", 'Microsoft Yahei', '微软雅黑', sans-serif, Helvetica, 'Hiragino Sans GB', Arial;
}
.container table {
	font-size: .95em;
}

.container .row {
    min-height: 2em;
    line-height: 2em;
    width: 100%
}

.container .span {
    float: left;
    display: inline;
    min-height: 1em;
    /*margin: 0 1% 5px 1%;*/
    /*white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.container .span:first-child {
    margin-left: 0
}

.container .span:last-child {
    margin-right: 0
}

.container .container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.container .row:before,
.container .row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.container .row:after {
    clear: both
}

.container .row {
    zoom: 1;
    margin: 10px 0;
}
.container .two {
    width: 16%
}

.container .six {
    width: 48%;
}

.container input {
    text-align: left;
    border: 1px solid #CCC;
    border-radius:5px;
    font-size: .98em;
}
.container .input-text {
    width: 95%;
    height: 2.1em;
    line-height: 2.1em;
    padding-left:5px;
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
    .container {
        width: 768px
    }
}

@media only screen and (max-width: 767px) {
    .container {
        width: 98%;
    }
    .container .table {
        width: 100%;
        display: block;
        overflow: auto
    }
    .xs-five {
        width: 40%;
    }
}

.container pre, .container td {
    white-space: pre-wrap;       
    white-space: -moz-pre-wrap;  
    white-space: -pre-wrap;      
    white-space: -o-pre-wrap;    
    word-wrap: break-word;       
}

.container .divider {
    width: 100%;
    background: #CCC;
    height: 1px;
    margin: 25px 0;
}

.container .explainer {
    font-weight: 200;
    color: #222;
    margin-bottom: 10px;
}

.container button {
    margin-bottom: 10px;
}

.container img {
    max-width: 100%;
}

.container ul.new_tools_list, .container ul.sitemap_list {
    margin: 20px 0 20px 35px;
}

.container ul.new_tools_list li {
    list-style-type:decimal;
	font-size:15px;
}

.container textarea {
    width: 100%;
    height: 200px;
    resize:vertical;
    border: 1px solid #CCC;
    /*border-radius:8px;*/
    padding:4px;
    box-shadow: 2px 2px 5px #d3d6da;
    -moz-box-shadow: 2px 2px 5px #d3d6da;
}

.container .alert {
    padding: 10px;
    margin: 0;
    border-radius: 3px
}

.container .alert.primary {
    background: #e8eff3;
    border: 1px #c5d7e3 solid
}

.container .alert.success {
    background: #daeee4;
    border: 1px #b6dfca solid
}

.container .alert.danger {
    background: #fdf4f1;
    border: 1px #f7cfc4 solid
}
.container .button {
    border: 0;
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
}

.container .button.small {
    padding: 7px 10px;
    font-size: .95em
}

.container .button.primary {
    color: #FFF;
    background: #5f90b0
}
.container .select {
    /*width: 95%;*/
    padding: 0 10px;
    margin: 0 5px;
    height: 2.3em;
    line-height: 2.3em;
    text-align: left;
    border: 1px solid #CCC;
    border-radius:5px;
    font-size: .98em;
}
.container .green {
    color: green!important;
}