div.flash {
    padding: 1rem;
    margin: 1rem;
    border: 2px solid blue;
}

.optional {
    opacity: 33%;
}

body {
    background-color: #FBFBFB;
}


a, a:visited {
    padding: 0.1rem;
    margin: 0.1rem;
    font-weight: bold;
    color: #0f1111;
    border-radius:4px;

}

td a {
    border: 1px solid #FBFBFB;
}
a:hover, a:active {
    background-color: #9FFFFF ;
    color: #0f1111;
    border: 1px solid gray;
}

a.danger:hover {
    background-color: red;
    color: white;
}

td {
    padding: 0 1rem;
}



.maly {
    width: 64px;
}

.mt5 > td {
    padding-top: 10px!important;
}

.mb5 > td {
    padding-bottom: 10px!important;
}

.warn {
    background-color: red;
    color: white;
}

.plantd {
    border-bottom: 1px solid lightgray;
}

.plan tr:hover {
    background-color: cyan;
}

#tbl_urls {
    border-collapse: collapse;
    margin: 1rem;
}

#tbl_urls tr {
    border-bottom: 1px solid lightgray;
}

#tbl_urls td {
    padding: 0.2rem 0.3rem;
}
#tbl_urls tr:hover {
    background-color: lightyellow;
}

#container {
    padding: 1.5rem;
}

header {
    /*border: 1px solid black;*/
    /*margin-bottom: 1rem;*/
}



#user_menu {
    float: right;
    line-height: 29px;
}

#addurl {
    display: none;
}

.status_ok {
    background-color: green;
    font-weight: bold;
    color: white;
    padding: 0.2rem;
    border-radius: 3px;
}


.status_error {
    background-color: red;
    font-weight: bold;
    color: white;
    padding: 0.2rem;
    border-radius: 3px;
}

footer {
    position: sticky;
    background-color: white;
    bottom: 0px;
    padding: 5px 0;
}

textarea {
    width: 42rem;
    height: 20rem;
}

















.button-14 {
   background-image: linear-gradient(#f7f8fa ,#e7e9ec);
   border-color: #adb1b8 #a2a6ac #8d9096;
   border-style: solid;
   border-width: 1px;
   border-radius: 3px;
   box-shadow: rgba(255,255,255,.6) 0 1px 0 inset;
   box-sizing: border-box;
   color: #0f1111;
   cursor: pointer;
   display: inline-block;
   font-family: "Amazon Ember",Arial,sans-serif;
   font-size: 14px;
   height: 29px;
   line-height: 29px;
   outline: 0;
   overflow: hidden;
   padding: 0 11px;
   text-align: center;
   text-decoration: none;
   text-overflow: ellipsis;
   user-select: none;
   -webkit-user-select: none;
   touch-action: manipulation;
   white-space: nowrap;
}

.button-14:active {
    border-bottom-color: #a2a6ac;
    background-color: black;
    color: #0f1111;
}

.button-14:active:hover {
    border-bottom-color: #a2a6ac;
    background-color: black;
    color: #0f1111;
}

.button-14:hover {
    border-color: #a2a6ac #979aa1 #82858a;
    background-color: black;
    color: #0f1111;
}
button-14:visited {
    color: #0f1111;
}








































