﻿
.HideControl {    display: none;}

.ShowControl {    display: block;}

.Space label {    margin-left: 5px;}

.rbVerticalList button.RadButton.rbRadioButton {
    margin-right: 20px;
}
.fruit {    color: pink}

.p {    font-size: 12px;    font-family: Verdana;}

.mymenustyle {
    color: Black;
    border-color: Blue;
    background-color: cornsilk;
}
.spaced input[type="radio"] {
    margin-right: 5px; /* Or any other value */
}
.felkover {
    font-weight: bold;
}
.copy-link {
    --height: 36px;
    display: flex;
    max-width: 150px;
}

.copy-link-input {
    flex-grow: 1;
    padding: 0 8px;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-right: none;
}

.right-align td {
    text-align: right;
}

.myButton {
    width: 80px;
    height:80px;
}

.btnCustom {
    width: 80px;
    height: 80px;
    background-color: #007ACC;
    color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.btnCustom:hover {
    background-color: #005A99;
}
