@import "./variables.scss";

.record {
    background-color: #fff;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1em;
    margin: 0 15px 20px;
    text-align: left;
    padding: 5px 20px 25px;
    position: relative;
    width: 100%;
    max-width: 1428px;

    .open-access {
        cursor: help;
        margin-left: 10px;
        img {
            height: 19px;
        }
    }

    .diamond {
        cursor: help;
        margin-left: 10px;
        img {
            height: 19px;
        }
    }

    .record-checkbox {
        margin-right: 10px;
    }

    p {
        margin: 0 0 5px;
    }
    .title {
        font-size: 16px;
        color: $title;
        min-height: 25px;
        max-width: 95%;
        line-height: 20px;
        display: flex;
        align-items: center;
    }
    .fetch-link {
        color: #337ab7;
        cursor: pointer;
        text-decoration: none;
        &:hover{
            text-decoration: underline;
            cursor: pointer;
        }
        img {
            margin-left: 1rem;
        }
    }
    .show-notice {
        margin: 10px;
    }

    .notice {
        font-size: 13px;
        line-height: 1em;
    }
}
