﻿@media all and (min-width:0px) and (max-width:400px) {
}

@media all and (min-width:600px) and (max-width:5000px) {
}

.tab {
    margin: 20px 0;
}

    .tab .btn-group {
        width: 100%;
    }

        .tab .btn-group button {
            width: 50%;
            font-size: 1.6rem;
            font-weight: 500;
        }

.func {
    margin-left: 5px;
    font-style: italic;
    font-size: 1.5em;
    font-weight: bold;
}

.text-decoration-line-through {
    text-decoration: line-through;
}

#dataset-download a {
    cursor: pointer;
}

#dataset-download img {
    width: auto;
    height: 100px;
}

    #dataset-download img:hover {
        background: #efefef;
    }

.soon {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.text-indent-0{
    text-indent: 0;
}

.line-height-2 {
    line-height: 2;
}
.logo img {
    margin: 20px 0 20px 20px;
    height: 50px;
    width: auto;
}