.r-nav {
    list-style: none;
    margin: 25px auto;
    padding: 0
}

.r-nav li {
    display: inline-block;
    margin: 0 20px
}


.r-title {
    display: inline-block;
}

#search {
    padding: 20px;
    font-size: 20px
}

#founds {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

#cus_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none

}

#cus_list li::after {
    content: "";
    display: block;
    clear: both
}

#cus_list li {
    padding: 15px;
    border: 1px solid #eee;
    cursor: pointer;
}

#cus_list li:hover {
    background: #eee
}

#cus_list li .phone {
    float: right;
    color: green
}

.cus_card {
    box-shadow: 0 1px 2px rgba(0 , 0, 0, 0.2);
    padding: 15px;
    margin: 15px 0;
    border: 1px solid #eee;
    position: relative;
}

.r-label {
    display: block;
    font-size: 17px;
    padding-top: 10px
}


.x-btn {
    position: absolute;
    right: 10px;
    display: block;
    background: #c0392b;
    color: white;
    border-radius: 50%;
    padding: 5px 10px;
    font-size: 13px;
    top: 10px;
    cursor: pointer;
}

.x-btn:hover {
    background: #e74c3c
}


.clear::after {
    content: "";
    display: block;
    clear: both
}

.r-table, .r-table tr, .r-table td {
    border: 1px solid #414141
}


.r-table {
    width: 100%
}

.r-table tr td {
    height: 40px;
    text-align: center;

}



@media print {
   #dated_report, footer {
       display: none
   }

   .checkbtn {
       display: none
   }

   body {
       /*      top    bottom   */
       margin: 2in auto 2in auto
   }
   div.print-content article.node .node-blog .clearfix div.item-body p a {
    display: none;
    }
}
