body {
    font-size:0.9rem;
}

/* リンクの色を変更しない */
a,a:hover,a:visited{
    color: inherit;
    text-decoration:none;
}

a,a:visited{
    color: rgba(37, 39, 44, 0.8);
}

/* リンクの色を変更しない */
a.btn,a.btn:hover,a.btn:visited{
    text-decoration:none;
}

a.btn,a.btn:visited{
    /* color: rgba(37, 39, 44, 0.8); */
}

a.btn-primary {
    color: #fff !important;
}
a.btn-outline-primary {
    color: #007bff;
}

a.btn-secondary {
    color: #fff !important;
}

a.btn-danger {
    color: #fff !important;
}

a.btn-warning {
    color: #fff !important;
}

a.btn-info {
    color: #fff !important;
}
/* 
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #fff;
}
*/

.dummy-btn {
    height:38px;
    width:170px;
}