﻿.navbar-pannel {
    background: #383838;
}

.navchildren {
    -ms-flex-direction: row;
    flex-direction: row;
}


.navchildren li {
    margin-right: 0px;
}

    .navchildren>li>a {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        margin-left: 40px;
        text-transform: uppercase;
        display: inline-block;
        text-decoration: none;
    }


.navbar-header a {
    color: #fff;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

.logo {
    float: left;
    font-size: 28px;
    font-weight: bolder;
    color: #03a9f4;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: -10px;
    text-decoration:none;
}
    .logo:hover {
        text-decoration: none;
        color: #03a9f4;
    }
.nav-link {
    font-size:14px;
}

.naming-nav li {
    padding:0px 10px 0px 10px;
}

.error-msg {
    color:red;
}

.footer p {
    color: rgba(255,255,255,0.4);
}

.footer p a{
    color: rgba(255,255,255,0.6);
}
    .footer p a:hover {
        color: rgba(255,255,255,0.6);
    }

p {
    text-indent: 2em; /*em是相对单位，2em即现在一个字大小的两倍*/
}

.container-liquid {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    height: 100vh;
}

.name-input {
    padding-top:2%;
}
.five-table tr td {
    border: solid 1px blue;
}

.five-td {
    width: 60px;
    text-align: center;
}

.five-td-title {
    padding: 10px;
    border: 1px blue solid;
}

.five-td-content {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.chapter-title {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top:10px;
}

.name-ch {
    display: inline-block;
}

.label {
    font-size: 13px;
    color: #666;
}

.attr-name {
    font-size: 16px;
}

.hanz-name {
    font-size: 45px;
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.birth-table {
    border: 1px blue solid;
    width:100%;
    text-align:center;
}

.birth-table-td {
    border: 1px blue solid;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.birth-table-content {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.right-fixed-middle {
    position: fixed;
    z-index: 1003;
    width: 100px;
    height: 100px;
    right:1px;
    top: 48%;
    border: 1px solid rgba(240,240,240,0.8);
}

.polymer-element {
    cursor:pointer;
    padding:0.5rem;
}
    .polymer-element:hover {
    background-color:Highlight;
    color:white;
    font-family:STKaiti;
    }