.tidekey-title{
    padding: 11px 15px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    text-transform:uppercase;
    width:97%;
}
h4.tidekey-title{
    margin:20px 0 0 0 !important;
}
.button.success{
    background: #98d490 !important;
    border-color: #65bf59 !important;
    -webkit-box-shadow: inset 0 1px 0 rgba(152,212,144,.5),0 1px 0 rgba(0,0,0,.15) !important;
    box-shadow: inset 0 1px 0 rgba(152,212,144,.5),0 1px 0 rgba(0,0,0,.15) !important;
    color: #fff !important;
    text-decoration: none !important;
}
.button.success:hover{
    background: #88be81 !important;
}

.button.delete{
    background: #f4846f !important;
    border-color: #c36958 !important;
    -webkit-box-shadow: inset 0 1px 0 rgba(244,132,111,.5),0 1px 0 rgba(0,0,0,.15) !important;
    box-shadow: inset 0 1px 0 rgba(244,132,111,.5),0 1px 0 rgba(0,0,0,.15) !important;
    color: #fff !important;
    text-decoration: none !important;
}
.button.delete:hover{
    background: #db7663 !important;
}

.tidekey-table{
    max-width: 100% !important;
    width:99%;
}
.tidekey-table tbody th{
    width:150px;
    text-align: left;
    padding-left:10px;
    color:#777;
}
.tidekey-table input[type="text"]{
    width:100%;
}

.tidekey-table tbody tr:nth-child(2n-1){
    background: #efefef;
}

.tidekey-table tbody tr tr:nth-child(2n-1){
    background: #fff;
}

.singlemeta{
    display:inline-block;
    height:200px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    border: 1px solid #ccc;
    overflow-y: scroll;
    margin: 10px 0;
}
.singlemeta,
.singlemeta table,
.singlemeta input{
    width:100%;
}
.singlemeta table th{
    background: #ccc;
    padding:5px;
}
.singlemeta table td{
    border-bottom:1px solid #ddd;
}
.singlemeta table tr td:first-child,
.singlemeta table tr th:first-child{
    width:30px;
}
.singlemeta table tr td:nth-child(2),
.singlemeta table tr th:nth-child(2){
    width:60px;
}