#imatic-recenlty-visited {
    position: relative;
    top: 0;
}

.imatic-other-buttons-copy-number-url{
    position: relative;
    bottom: 3px;
}

.imatic-other-buttons-group{
    position: relative;
    bottom: 3px;
}

.imatic-flex-container {
    display: flex;
}

.imatic-flex-container > div {
    margin-left: 10px;
    font-size: 30px;
}

.imatic-other-btn:hover {
    cursor: pointer;
    background-color: #286090;
    border-color: #204d74;
}

#imatic-other-tooltip {
    position: absolute; ;
    background-color: #000;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    display: none;
}


.imatic-other-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 4px 7px;
    font-size: 14px;
    line-height: 1.428;

    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}


@media (max-width: 1488px) {
    .imatic-other-buttons-group .imatic-other-copy-issue-number-btn:nth-child(n+10) {
        display: none;
    }
}

@media (max-width: 1388px) {
    .imatic-other-buttons-group .imatic-other-copy-issue-number-btn:nth-child(n+8) {
        display: none;
    }
}

@media (max-width: 1288px) {
    .imatic-other-buttons-group .imatic-other-copy-issue-number-btn:nth-child(n+6) {
        display: none;
    }
}

@media (max-width: 1195px) {
    .imatic-other-buttons-group .imatic-other-copy-issue-number-btn:nth-child(n+4) {
        display: none;
    }
}

@media (max-width: 1096px) {
    .imatic-other-buttons-group .imatic-other-copy-issue-number-btn:nth-child(n+2) {
        display: none;
    }
}

@media (max-width: 1000px) {
    #imatic-other-copy-url-button {
        display: none;
    }
}

@media (max-width: 980px) {
    #imatic-other-copy-url-button {
        display: inline-block;
    }
}

@media (max-width: 770px) {
    #imatic-recenlty-visited {
        display: none;
        /*    overflow: hidden;*/
    }

}

