.container {
    width: 100%;
    margin: 0 auto
}
#iColorPicker{color: #fff;background: #333;border: 1px solid #ccc;padding: 5px; z-index:10;}
#colorPreview{height: 50px;}
table.pickerTable{border-collapse: collapse;}
table.pickerTable td{width: 12px;height: 14px;border: 1px solid #000;cursor: pointer;}
.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 .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:none;
	font-size:15px;
	color: #666666;
}