/*
Theme Name:     mts-child-theme
Description:    mts-child-theme
Author:         JustYY.com 小赖子的英国生活和资讯
Template:       mts_schema

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
ins {
	background: #ffffff;
	text-decoration: none;
}
.tagcloud a{
    background: #222 !important;
    color: white!important;
}
.tagcloud a:hover{
    background: #0274BE !important;
    color: white!important;
}
pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}