body {
    padding: 0;
    margin: 0;
    background-color: #f5f5f5;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

@font-face {
    font-family: 'TypoPRO-Oswald-Regular';
    src: url(./TypoPRO-Oswald-Regular.ttf);
}

/*引用字体包*/
@font-face {
    font-family: 'fontawesome-webfont';
    src: url(./fontawesome-webfont.ttf);
}

* {
    /*font-family: 'fontawesome-webfont', 'Helvetica Neue', 'Source Sans Pro', Helvetica, Arial, sans-serif;*/
    font-family: "Microsoft Yahei", helvetica, "STHeiti", Arial, serif, fontawesome-webfont;
    font-weight: 200;
    /*overflow-x: hidden;
    /*overflow-y: hidden;*//*不能释放，所有有页面都没有滚动条，只能显示一页内容*/
    box-sizing: border-box;
}

/*主题色*/
.color-theme {
    background-color: #3e66df;
}

/*
背景色
#00a65a 深绿
#dd4b39 深红
#f39c12 橙黄
#3e66df 靛蓝
*/
.color-theme-dark {
    background-color: #3e66df;
}

.bg-green {
    background-color: #00a65a !important;
}

.bg-yellow {
    background-color: #f39c12 !important;
}

.bg-red {
    background-color: #dd4b39 !important;
}

.bg-blue {
    background-color: #3c8dbc !important;
}

.bg-black {
    background-color: black !important;
}

.bg-gray {
    background-color: darkgray !important;
}

.center-block {
    margin: auto;
    max-width: 1000px;
    background-color: white;
    padding: 10px;
}

.ctn-line-thin {
    /*border-bottom: 1px solid #f4f4f4;*/
}

.icon {
    padding: 10px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    cursor: pointer;
    position: relative;
}

.icon-middle {
    max-height: 60px;
    max-width: 60px;
    min-height: 60px;
    min-width: 60px;
}

.icon:hover {
    background-color: #3c8dbc;
}

.icons:hover {
    background-color: #ffffff;
}

.width-left {
    width: 230px;
}

.top {
    color: white;
    height: 50px;
}

.user-image {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
}

.user-image-big {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
}

.tip-num {
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    font-size: 8px;
    font-weight: bolder;
    padding: 3px 3px;
    line-height: .9;
    border-radius: 2px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*头部*/

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

/*侧栏*/
.main-sidebar {
    position: fixed;
    top: 50px;
    left: 0;
    /*padding-left: 10px;*/
    padding-top: 10px;
    min-height: 100%;
    height: auto;
    width: 160px;
    z-index: 810;
    -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
    transition: transform .3s ease-in-out, width .3s ease-in-out;
    background-color: #222D32;
}

.sidebar {
    padding-bottom: 10px;
}

.sidebar div {
    /*color: white;*/
}

.content-wrapper {
    min-height: calc(100% - 102px);
    background-color: #ecf0f5;
    transition: transform .3s ease-in-out, margin .3s ease-in-out;
    margin-top: 50px;
}

.sidebar-menu {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    background-color: #222D32;
    border-radius: 2px;
}

.sidebar-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-menu > li > a {
    padding: 10px 5px 10px 15px;
    color: #b8c7ce;
    border-left: 3px solid #222D32;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-menu > li > a > div {
    display: flex;
    align-items: center;
}

.sidebar-menu > li > a > div > i {
    margin-right: 10px;
    width: 20px;
}

.sidebar-menu a:hover {
    color: white;
}

.sidebar-menu > li.active > a {
    color: white;
    border-left: 3px solid #dd4b39;
}

.pull-right-container {
    right: 10px;
    top: 8px;
    float: right;
}

.sidebar-menu > li.active > ul {
    background-color: #2C3B41;
}

.treeview-menu {
    padding: 5px 10px 10px 20px;
    width: 100%;
}

.treeview-menu > li {
    list-style: none;
    padding: 3px 0px;
}

.treeview-menu > li > a {
    padding: 6px 5px 4px 0px;
    color: #8aa4af;
    display: flex;
    align-items: center;
}

.treeview-menu > li > a > i {
    margin-right: 15px;
}

.treeview-menu > li.active > a {
    color: white;
}

.content-header {
    position: relative;
    padding: 15px 15px 5px 15px;
}

.content-header > * {
    font-size: 15px;
    margin: 0;
    display: inline-block;
}

.content-header > .content-title > *:not(:first-child) {
    margin-left: 5px;
}

.content-header > .content-title > *:not(:last-child):after {
    content: "/";
    padding-left: 5px;
}

.content-header > .small {
    display: inline-block;
    font-size: 12px;
    padding-left: 15px;
    font-weight: 300;
    color: #888;
}

.content-header > .breadcrumb {
    float: right;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
    position: absolute;
    top: 15px;
    right: 10px;
    border-radius: 2px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb > li {
    display: inline-block;
}

.content-header > .breadcrumb > li + li:before {
    content: '>\00a0';
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.content {
    min-height: 250px;
    padding: 6px 0;
    margin-right: auto;
    margin-left: auto;
}

.row {
    float: left;
    width: 100%;
}

.row > div:first-child {
    padding-left: 15px;
}

.row > div {
    padding-right: 15px;
}

.col-max-100{
    width: 100%;
    max-width: 1000px;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    float: left;
}

.col1 {
    width: 8.33% !important;
}

.col2 {
    width: 16.66% !important;
}

.col3 {
    width: 25.00% !important;
}

.col4 {
    width: 33.33% !important;
}

.col5 {
    width: 41.67% !important;;
}

.col6 {
    width: 50% !important;;
}

.col7 {
    width: 58.33% !important;
}

.col8 {
    width: 66.67% !important;;
}

.col9 {
    width: 75.00% !important;
}

.col10 {
    width: 83.33% !important;
}

.col11 {
    width: 91.67% !important;
}

.col12 {
    width: 100% !important;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    /*margin-bottom: 20px;*/
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 0;
    float: left;
    width: 100%;
}

.bottom-height {
    margin-bottom: 100px;
}

.boxshadow {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    padding: 0;
    float: left;
    width: 100%;
}

.box * {
}

.box-top-red {
    border-top: 3px solid #dd4b39 !important;
}

.box-top-green {
    border-top: 3px solid #00a65a !important;
}

.box-top-blue {
    border-top: 3px solid #3c8dbc !important;
}

.box-top-yellow {
    border-top: 3px solid #f39c12 !important;
}

.box-header {
    padding: 10px 10px 5px 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.box-header > .box-title {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin: 0;
}

.box-header > div:last-child {
    display: flex;
    align-items: center;
}

.box-title > i {
    margin-right: 10px;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px 10px;
}

.box-oper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px;
}

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table * {
    color: #111111;
    font-size: 14px;
}

tr {
    border-bottom: 1px solid red;
}

tr.active {
    background-color: #E1F4FC;
}

tr.active:hover {
    background-color: #d2d6de;
}

tr:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

th {
    text-decoration: none;
    cursor: default;
}

tr > th {
    position: relative;
    border: 1px solid #f4f4f4;
    vertical-align: bottom;
    padding: 8px;
    line-height: 2;
    vertical-align: top;

    box-sizing: content-box;
    text-align: center;
    /*font-weight: bolder;*/
    background-color: #f9f9f9;
}

tr > th:not(:first-child) {
    border-left: 0;
}

tr:nth-of-type(even) {
    background-color: #fefefe;
}

td {
    border-left: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}

td > div.oper {
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

table > tbody > tr > td {
    padding: 8px;
    line-height: 1.8;
    vertical-align: middle;
    text-align: center;
}

.sorting:after {
    opacity: 0.2;
    content: "\f0dc";
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    opacity: 0.5;
}

.sorting_asc:after {
    content: "\f107";
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    opacity: 0.5;
}

.sorting_desc:after {
    content: "\f106";
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    opacity: 0.5;
}

.label {
    display: inline;
    padding: 4px 8px;
    font-size: 11px;
    /*font-weight: 700;*/
    line-height: 1;
    color: #fff !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    color: #fff;
}

.pagination {
    margin: 0;
    white-space: nowrap;
    text-align: right;

    margin: 2px 0;
    white-space: nowrap;
    display: inline-block;
    padding-left: 1px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a {
    background: #fafafa;
    color: #666;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

/* 按钮 */
.btn-group {
    position: relative;
    /*display: inline-block;*/
    display: flex;
    vertical-align: middle;
    margin: 0 5px;
}

.btn-group > :not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}

.btn {
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    padding: 6px 9px;
    /*font-size: 14px;*/
    line-height: 120%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
    float: left;
    /*height: 30px;*/
    position: relative;
    overflow: visible !important;
}

.btn > * {
    color: #007DE6;
}

.btn:hover {
    background-color: #ededed;
    border: 1px solid #ccc;
}

.btn:hover > ul {
    /*改用js控制鼠标效果*/
    display: block;
}

.btn:hover > * {
    color: #646464;
}

.btn > ul {
    display: none;
    position: absolute;
    top: 27px;
    left: 0px;
    background-color: white;
    padding: 0;
    margin: 0;
    overflow: visible !important;
    z-index: 10000;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    list-style: none;
    box-shadow: 0px 0px 1px 1px #cccccc;
    border: none;
}

.btn > ul > li {
    margin: 1px 0;
    padding: 9px 20px;
    font-size: 75% !important;
}

.btn > ul > li.line {
    border-bottom: 1px solid #ddd;
}

.btn > ul > li:hover {
    background-color: #E1F4FC;
}

.btnLeft {
    margin-left: 25px;
}

.marTop {
    margin-top: 30px;
}

.search > span {
    margin-left: 10px;
    margin-right: 6px;
    text-wrap: none;
}

.search > select {
    margin-left: 10px;
    margin-right: 8px;
}

.search > input {
    margin-left: 10px;
    margin-right: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100px;
}

.search > button {
    height: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.search > .btn-group > input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100px;
}

.search > select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100px;
}

.search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.search > button {
    height: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.search > select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100px;
}

.btn-submit {
    background-color: #00a65a !important;
    border-color: #00a65a;
    color: white !important;
    /*font-size: 14px;*/
    border-radius: 4px;
}

.btn-submit > i {
    margin-right: 6px;
    color: white !important;
}

.btn-cancel > i {
    margin-right: 6px;
}

.form-field {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4;
}

.form-field > div:first-child {
    text-align: left;
    min-width: 120px;
    max-width: 120px;
    padding-right: 10px;
    padding-left: 20px;
}

.form-field > :last-child {
    padding-left: 10px;
    flex-grow: 5;
    text-align: left;
}

.view-field {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4;
}

.view-field > div:first-child {
    min-width: 120px;
    max-width: 120px;
    padding-right: 10px;
    margin-left: 20px;
}

.view-field > :last-child {
    padding-right: 10px;
    flex-grow: 5;
    text-align: left;
}

.nav > ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav > h3 {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin: 0;
    padding: 15px 10px;
}

.nav > ul > li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
    position: relative;
    display: block;
}

.nav > ul > li > a {
    border-radius: 0;
    border-top: 0;
    border-left: 3px solid transparent;
    color: #444;
    position: relative;

    padding: 8px 15px;
    display: flex;
    align-items: center;

    text-decoration: none;
}

.nav > ul > li.active > a {
    background: #f5f5f5;
    color: #444;
    border-top: 0;
    border-left-color: #3c8dbc;
    font-weight: bolder;
}

.nav > ul > li > a:hover {
    background: #f5f5f5;
}

.nav i {
    margin-right: 10px;
}

.nav > ul > li > a > span {
    position: absolute;
    right: 10px;
    display: inline-block;
    border-radius: 3px;
    padding: 3px 6px;
    background-color: #3c8dbc;
    color: white;
    font-size: 11px;
}

.tab {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    margin-bottom: 10px;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
    padding: 0;
    float: left;
    width: 100%;
}

.tab * {
    /*color: #646464;*/
    /*font-size: 90%;*/
}

.tab > ul {
    padding-left: 10px;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #f4f4f4;
    overflow-y: hidden;
}

.tab > ul > li {
    /*border: 1px solid #f4f4f4;*/
    border-left: 0;
    margin: 0;
    /*margin-left: -3px;*/
    margin-bottom: -3px;
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

.tab > ul > li:first-child {
    border-left: 1px solid #f4f4f4;
}

.tab > ul > li.active {
    border-top: 2px solid #3c8dbc;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;

    background-color: white;
    cursor: default;
    font-weight: bold;
}

.tab > div {
    padding: 15px 10px;
}

.content-wrapper, .main-footer {
    -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
    transition: transform .3s ease-in-out, margin .3s ease-in-out;
    float: left;
    width: 100%;
    padding-left: 160px;
}

.main-footer {
    background: #fff;
    padding: 15px;
    color: #888;
    font-size: 11px;
    border-top: 1px solid #d2d6de;

    /*position: fixed;*/
    /*bottom: 0;*/
    padding-left: 170px;
    z-index: 980;
}

.notice-box {
}

.notice {
    display: none;
    position: fixed;
    top: 0;
    left: 35%;
    right: 35%;
    margin: 0;

    padding: 0px 10px;

    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

    z-index: 9999;
}

.notice i {
    margin-right: 10px;
    font-size: 20px;
}

.notice > div {
    padding: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: white;
    border-left: 5px solid #0097bc;
    background-color: #0073b7;
    border-bottom: 1px dotted white;
}

/*即将删除*/
.button-btn111 {
    width: 200px;
    display: flex;
    justify-content: space-between;
    height: 900px;
}

.index-shop {
    background: #35d1c3;
    color: white;
    border: 1px solid #35d1c3;
    width: 80px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    padding: 0px;
}

.dataInfo {
    width: 100%;
    display: flex;
    padding: 30px 281px;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    height: 130px;
}

.dataInfo > img {
    width: .8rem;
    height: .8rem;
}

.dataContent > p {
    margin: 0 0 10px;
}

.dataInfo .dataDiv .dataContent {
    display: inline-block;
    margin-left: .12rem;
    font-size: 18px;
}

.dataDiv {
    display: flex;
}

.dataDiv img {
    width: 61px;
    height: 61px;
}

.dataTitle {
    width: 324px;
    height: 25px;
    margin: 0 0 10px;
}

.dataImg {
    width: 61px;
    height: 61px;
}

.orderData {
    height: 65px;
}

.serviceInfo {
    padding: 50px 0 86px;
    background: #f9f9f9;
}

.login-box-body {
    background: #fff;
    padding: 50px 50px;
    border-top: 0;
    color: #666;
    height: 400px;
    border-radius: 6px;
}

.imagesWidth {

    width: 350px;
}

.imgWidth {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4;
}

/*商家入驻*/
.signup-state {
    margin: 0 auto;
    text-align: center;
}

.signup-state:after {
    display: block;
    clear: both;
    visibility: hidden;
    content: "\0020";
}

.signup-state .signup-flow-title {
    height: 105px;
    font-size: 30px;
    line-height: 105px;
    color: #007de6;
    border-bottom: 2px solid #dddddd;
}

.signup-state .signup-flow-list {
    display: inline-block;
    padding-left: 0;
    list-style: none;
}

.signup-state .signup-flow-list li {
    position: relative;
    float: left;
    height: 44px;
    padding: 0 15px;
    margin-right: 22px;
    line-height: 44px;
    color: #ffffff;
    background: #cccccc;
}

.signup-state .signup-flow-list li.on {
    background: #007de6;
}

.signup-state .signup-flow-list li.on.arrow-icon::after {
    border-color: transparent transparent transparent #007de6;
}

.signup-state .signup-flow-list li.on .badge {
    color: #55a2e8;
}

.signup-state .signup-flow-list li:not(:first-child) {
    padding-left: 30px;
}

.signup-state .signup-flow-list li:not(:last-child) {
    padding-right: 0;
}

.signup-state .signup-flow-list .arrow-icon:not(:first-child)::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent white;
    border-style: dashed dashed dashed solid;
    border-width: 22px;
}

.signup-state .signup-flow-list .arrow-icon:not(:last-child)::after {
    position: absolute;
    top: 0;
    right: -44px;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #cccccc;
    border-style: dashed dashed dashed solid;
    border-width: 22px;
}

.signup-state .signup-flow-list .arrow {
    position: absolute;
    top: 47px;
    right: 55px;
    display: none;
    width: 0;
    height: 0;
    content: "";
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid transparent;
}

.signup-state .signup-flow-list .badge {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0 5px;
    font-size: 20px;
    color: #cccccc;
    vertical-align: middle;
    background-color: white;
    border-radius: 500px;
}

.dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    width: 250px;
    padding: 0;
    margin: 0;
    top: 100%;
    display: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: white;
    box-shadow: 2px 2px 1px #bbb;
}

/*顶部的通知下拉提示*/
.dropdown-menu > li {
    padding: 0px;
    list-style: none;
    border-bottom: 1px solid #e2e2e2;
    max-height: 200px;
    margin: 0;
    list-style: none;
    overflow-x: hidden;
}

.dropdown-menu > li:not(:first-child) {
    padding: 5px 15px;
}

.dropdown-menu > li:hover {
    background-color: #f4f4f4;
}

.dropdown-menu * {
    color: #444444;
}

.dropdown-menu > li > a > div {
    padding: 2px;
}

.dropdown-menu > li > a > div.text-tiny {
    color: #cccccc;
    font-size: 10px;
}