*,
:after,
:before {
    font-family: Calibri, Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    border-radius: 5px
}

:focus {
    outline: 0
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

img {
    max-width: 100%;
    height: auto;
    width: auto
}

br {
    clear: both
}

li {
    text-align: left
}

body,
html {
    height: 100%
}

html {
    background-color: #eceff1;
    background: #010317 url(/img/homePage2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 80%
}

.home.container {
    min-height: 370px;
    text-align: center;
    padding: 10px;
    padding-top: 5px
}

.container {
    text-align: left;
    background:rgba(0, 58, 65, 0.9);
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    margin: auto;
    width: 100%
}

.width-home-features li {
    padding-bottom: 10px
}

.featuresC ul {
    text-align: left;
    margin: auto;
    font-size: 1.2rem;
    list-style-type: none;
    width: 90%;
    padding: 0;
    line-height: 25px;
    margin-left: 20px
}

.featuresC h2 {
    font-size: 1.4rem;
    color: #fff;
    background: rgba(0, 0, 0, .7);
    margin: 10px;
    padding: 5px;
    margin-top: 10px
}

.font1-5 {
    font-size: 1.5rem
}

body {
    max-width: 1199px;
    margin: 0 auto;
    padding: 20px;
    /* padding-left: 3%; */
    /* padding-right: 3% */
}

.color-yellow {
    color: #f7bc27
}

.color-yellow:hover {
    color: #ff1654
}

.color-white {
    color: #fff
}

.font-white {
    color: #fff
}

input,
select,
textarea {
    background: #b1e4ff
}

.header-flex {
    display: flex;    
    margin-bottom: 20px
}

.logo-link {    
    display: inline-block;    
    color: #fff;
    max-width: 100px;
    text-align: center;
    line-height: 0
}


@media all and (max-width:600px) {
    .header-flex {
        flex-direction: column;
    }

    .logo-link {
        max-width: 100%;
    }
    .logo{
        width: 25%;
    }
}





label {
    font-size: 1.2rem
}

p.help-text {
    margin-bottom: 0
}

.help-text label {
    font-size: inherit;
    font-weight: 400
}

label.required:after {
    content: "*";
    color: red
}

.star {
    color: red;
    font-size: 1.2rem
}

input[type=search],
input[type=text],
select {
    padding: 3px;
    border: .5px solid #018090
}

.help-text {
    font-size: 1rem;
    margin-top: -.7rem;
    margin-top: -.7rem;
    padding: 5px;
    color: #ccc;
    letter-spacing: normal
}

.brZero {
    border-radius: 0;
    max-width: 100%;
}

hr {
    max-width: 95%;
    height: 30px;
    border-style: solid;
    border-color: #fff;
    border-width: 1px 0 0;
    border-radius: 0
}

hr:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: #8c8b8b;
    border-width: 0 0 1px;
    border-radius: 20px
}

textarea {
    height: 200px
}

.saved-urls .column {
    padding: 5px;
    padding-top: 3px
}

.w98p {
    width: 98%
}

.w100p {
    width: 100%
}

.url-preview.details {
    width: 600px;
    max-width: 100%
}

.url-preview {
    border: 1px solid #555;
    border-top: none;
    position: relative;
    z-index: 10;
    text-align: center
}

.url-preview.details:hover {
    position: relative;
    transform: scale(1.2) translateY(8%);
    left: 19%;
    margin-bottom: 32%;
    overflow: hidden;
    left: 9%;
    margin-bottom: 15%
}

.url-preview-large {
    display: none;
    position: absolute
}

.zoom:hover~.zoom-container>.url-preview-large {
    display: block
}

.border-top {
    border-top: .5px solid #868686
}

.saved-urls img {
    vertical-align: top
}

.saved-urls .row {
    margin-bottom: auto
}

.url-column {
    background: linear-gradient(#e1ea9a, #d8e560, #e1ea9a);
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #7d7d7d;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 3px
}

.url-column a {
    color: #0023ff
}

.shared {
    background: #b1e4ff !important
}

.adult {
    background: #ff7373 !important
}

.margin-left-10 {
    margin-left: 10px
}

.margin-right-10 {
    margin-right: 10px
}

.monton {
    font-family: Monoton, cursive !important;
    color: #ff1654;
    margin: 0;
    padding: 0;
    word-spacing: 1px
}

.w70p {
    width: 70%
}

.w30p {
    width: 30%
}

.w60p {
    width: 60%
}

.w40p {
    width: 40%
}

.w50p {
    width: 50%
}

.padding-left-7 {
    padding-left: 7px
}

.padding-left-10 {
    padding-left: 10px
}

.bg-light-white {
    background: rgba(255, 255, 255, .1)
}

.margin-15 {
    margin: 15px
}

.bg-white {
    background: #fff;
    border: none
}

ul.alert li:before {
    content: "\02191 \0020";
    font-size: 1.5rem;
    font-weight: 700;
    vertical-align: super
}

ul.alert {
    color: red;
    list-style: none;
    padding: 0;
    padding-left: 10px;
    margin: 0
}

.heading {
    vertical-align: bottom
}

.nowrap {
    width: 90%;
    margin: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.nowrap:hover {
    white-space: normal
}

a.related-preview {
    color: #000;
    display: flex;
    background: #ffffff54;
    border: 1px solid darkgray;
    margin-top: 10px
}

a.related-preview:hover {
    color: #0035ff
}

a.related-preview:hover .nowrap {
    white-space: normal
}

.highlight-title {
    width: 100%;
    font-size: 1.2rem;
    text-overflow: ellipsis;
    padding: 7px 0 10px 0 !important;
}

.highlight-title a {
    padding: 0 2px;
    color: #000;
    font-size: 1.2rem;
    font-weight: 550
}

.highlight-title a:hover {
    padding: 0 2px;
    color: #0023ff
}

.margin-top-n5 {
    margin-top: -5px
}

.highlight-title label {
    font-size: 1.1rem
}

.highlight-title span {
    padding: 0 2px
}

.highlight-title:hover {
    white-space: normal
}

.highlight-url {
    background: #fff;
    width: 100%;
    margin-bottom: 7px;
    padding: 2px 4px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.9rem;
    color: #682900
}

.highlight-url.details {
    font-size: 1rem
}

.highlight-url:hover {
    white-space: normal
}

a {
    color: #0035ff;
    text-decoration: none
}

.bgblack a,
.heading a,
footer a {
    color: #0083ff
}

.container a {
    color: #f7bc27;
    padding: 0 2px
}

a:hover {
    color: #d10038
}

.featuresC a:hover {
    color: #d10038
}

.lightbox {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: .8;
    z-index: 10
}

.tag {
    background: teal;
    padding: 1px 5px;
    font-size: 0.9rem;
    color: #fff !important;
    display: inline-block;
    margin: 4px;
    padding: 4px;
    box-shadow: 2px 2px 5px #000
}

.tag:hover {
    background: #1e9e95;
    box-shadow: none;
    color: #fff;
    font-weight: 400
}

.label-tags {
    color: #000;
    font-size: .95rem;
    font-weight: 300;
}

.nav-main {
    background: #005b66;
    border: .5px solid #018090;
    padding: 5px;
    text-align: left;
    color: #fff;
    display: inline-block;
    padding: 7px 3px;
    margin-bottom: 10px;
    line-height: 2
}

.nav-main a {
    color: #ededed;
    padding: 5px;
    margin: 0 5px;
    font-size: 1.2rem;
    white-space: nowrap
}

.nav-main a:hover {
    background: #00b2ff;
    color: #fff
}

.nav-main .selected {
    background: #00b2ff;
    font-weight: 700
}

fieldset {
    border: 1px solid #ccc;
    background: #d5eff2;
    padding: 0 10px;
    color: #000
}

.legend {
    margin-left: 10px;
    padding: 5px;
    background: #e5e5e5;
    border: 2px solid #ccc;
    font-weight: 700;
    padding: 10px
}

.filter-tag-button {
    float: right;
    margin-right: 20px !important
}

.padding-none {
    padding: 0
}

.bg-light-green {
    background: #005b66;
    color: #fff;
    border: 1px solid #ccc;
    padding-top: 3px
}

.url-toolbar {
    background: rgba(0, 0, 0, .9);
    border: 1px solid #000;
    padding: 5px;
    line-height: 40px
}

.padding-10 {
    padding: 10px !important
}

.padding-5 {
    padding: 5px !important
}

.button {
    background: #daa520;
    box-shadow: 1px -1px 2px #ffd700 inset;
    padding: 4px 8px;
    margin: 5px;
    color: #000;
    font-weight: 500;
    border: auto;
    font-family: "Trebuchet MS", sans-serif !important;
    font-size: 1rem;
    color: #000;
    z-index: 20;
    vertical-align: baseline;
    white-space: nowrap
}

.button:hover {
    box-shadow: 3px 3px 5px #868686;
    background: #ffd700;
    color: #000
}

.filter-tags option {
    float: left
}

.gen-preview {
    display: none
}

.padding-bottom-5 {
    padding-bottom: 5px !important
}

.padding-bottom-10 {
    padding-bottom: 10px
}

.display-none {
    display: none !important
}

.display-block {
    display: block !important
}

.showFilterTagsButton {
    line-height: 22px !important;
    margin-top: -5px;
    float: right
}

.filter-tags {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-height: 200px;
    width: 100%;
    overflow-y: auto;
    border: 1px solid #529ea8;
    min-height: 120px
}

.filter-tags label {
    font-size: 2rem;
    font-weight: 400;
    width: auto;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: linear-gradient(#25c4bc, #20b5ab);
    margin: 10px;
    color: #000;
    box-shadow: 3px 3px 5px #868686;
    padding: 5px
}

.filter-tags label:hover {
    box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset
}

.filter-tags input[type=checkbox] {
    vertical-align: middle;
    padding: 0;
    margin: 4px;
    position: relative;
    top: -1px;
    font-size: .8rem;
    margin-right: 1px
}

.filter-tags label i {
    border-right: 1px solid #1a9189;
    background: #1c9e95;
    font-style: normal;    
    padding: 20px 4px
}

.filter-tags label b {
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
    font-size: 1.5rem
}

.filter-tags label.selected {
    background: #f26202;
    box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset
}

.filter-tags label.selected i {
    border-right: 1px solid #8e3f0b;
    background: #b75717
}

.filter-tags label.selected b {
    background: #b75717
}

span.highlight-tag {
    padding: 0 2px;
}

input[type=checkbox]:checked~span.highlight-tag {
    background: #ffd700;
    color: #000
}

.button:active {
    top: 2px;
    position: relative;
    box-shadow: inset 0 0 3px #ffd700
}

.width-auto {
    width: auto !important
}

#filter-tags {
    background: #e5e5e5;
    padding: 0 7px;
    border: 2px solid #ccc;
    font-size: 1rem;
    padding-top: 5px
}

#filter-tags input,
#filter-tags select {
    height: auto;
    margin-bottom: 10px;
    display: inline-block;
    width: auto
}

.vertical-align-baseline {
    vertical-align: baseline
}

.text-small {
    font-size: .9rem !important
}

.margin-none {
    margin: 0 !important
}

.padding-top-10 {
    padding-top: 10px
}

.padding-top-15 {
    padding-top: 15px
}

.position-relative {
    position: relative
}

.font-verdana {
    font-size: 1.2rem
}

.text-medium {
    font-size: 1.1rem !important
}

.text-big {
    font-size: 1.3rem !important
}

.text-bigger {
    font-size: 1.3rem !important
}

.text-huge {
    font-size: 1.5rem
}

.width-100p {
    width: 100% !important
}

.text-left {
    text-align: left
}

.user-stat a:hover {
    color: #ff00c6
}

.user-stat {
    display: inline-block;
    margin-bottom: 5px;
    background: rgba(0, 0, 0, .7);
    padding: 5px;
    border: .5px solid #444
}

.text-right {
    text-align: right
}

.float-left {
    float: left
}

.float-right {
    float: right
}

h2 {
    margin: 5px 0;
    font-weight: 300
}

input:focus,
input:hover,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
    background: #fff !important
}

.savedURLs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    color: #000
}

.savedURLs.row {
    margin: 0 !important;
    color: #000
}

.margin-bottom-12 {
    margin-bottom: 12px !important
}

#savedUrls {
    z-index: 600
}

.pos-fixed {
    position: fixed;
    margin-top: 0 !important;
    top: 0 !important;
    left: 0 !important
}

.whitespace-nowrap {
    white-space: nowrap
}

#signUpForm,
#urlsaveForm,
#urlsaveFormMul {
    background: rgba(0, 0, 0, .9);
    border: 1px solid #4a4a4a;
    padding: 10px 20px;
    margin: auto;
    width: 85%
}

.form {
    width: 100%
}

.form input[type=email],
.form input[type=file],
.form input[type=password],
.form input[type=search],
.form input[type=text],
.form select,
.form textArea {
    font-size: 1.1rem;
    line-height: 19px;
    margin: 5px;
    padding: 5px;
    width: 98%;
    color: #000!important;
}

.form input[type=checkbox] {
    margin-left: 10px;
    transform: scale(1.5)
}

#urlsaveForm input:focus,
#urlsaveForm textArea:focus {
    background: #fff
}

.form .button {
    font-size: 1.2rem
}

.padding-right-5 {
    padding-right: 5px
}

.padding-right-10 {
    padding-right: 10px
}

.padding-bottom-0 {
    padding-bottom: 0 !important
}

.flash {
    border: 1px solid #000;
    background: #f0e68c;
    padding: 5px;
    margin: 10px;
    text-align: center;
    font-size: 1.2rem;
    transition: all 1s;
    display: block;
    width: 98%;
    color: #000
}

.flash-info,
.flash-success,
.flash-warn {
    background: linear-gradient(#61c261, #5db85d, #58ac58);
    padding: 10px;
    margin: 15px;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    transition: all 1s;
    box-shadow: 2px 2px 5px #000
}

.flash-warn {
    background: #ff7f50;
    color: #000
}

.flash-info {
    background: #ff7f50;
    color: #000
}

.tags-fieldset {
    width: 100%;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
    position: relative;
    height: 95%;
    margin: 15px
}

.url-column-chkbox {
    vertical-align: middle;
    width: 18px;
    height: 18px
}

.pos-fixed {
    position: fixed
}

footer {
    max-width: 95%;
    margin: auto;
    line-height: 25px
}

.background-highlight {
    background: rgba(0, 0, 0, .9);
    padding: 5px
}

.url-search {
    width: 80%;    
    display: inline-block
}

.navbar{
    flex: auto;
}

.navbar .url-search {
    text-align: right
}

.bold {
    font-weight: 700 !important
}

.monton {
    font-weight: 100;
    display: inline-block
}

#search {
    width: 100%;
    font-size: 1.5rem;
    height: 32px
}

.inline-block {
    display: inline-block
}

.url-column-chkbox:checked~span {
    background: #ffd700;
    padding: 0 2px
}

.url-menu {
    background: #fff;
    padding: 1px 4px;
    padding-bottom: 22px;
    border: 1px solid #ccc;
    border-radius: 3px !important;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 22px;
    -webkit-touch-callout: none;
    display: inline-block;
    user-select: none
}

.url-menu-content {
    color: #ffd700;
    clear: both;
    float: right;
    text-align: left;
    background: #2f4f4f;
    border: 1px solid #ccc;
    padding: 0;
    position: absolute;
    margin-top: 24px;
    width: 170px;
    cursor: pointer;
    display: none;
    z-index: 30
}

.url-menu-content:hover {
    display: inline-block !important
}

.url-menu:hover {
    background: #ff7f50
}

.url-menu:active {
    background: #da70d6 !important
}

.url-menu:hover~.url-menu-content {
    display: inline-block !important
}

.url-menu:focus~.url-menu-content {
    display: inline-block !important
}

.url-menu-content a {
    color: #ffd700;
    border-bottom: 1px solid #ccc;
    padding: 12px 10px;
    display: inline-block;
    width: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.url-menu-content a:active {
    background: #da70d6 !important
}

.url-menu-content a:hover {
    background: #000
}

.color-darkblue {
    color: #005b66
}

.color-blue {
    color: #00bfff
}

.color-red {
    color: #ff1654 !important
}

.savedURLs h2,
h3 {
    margin: 0;
    padding: 3px 0 5px 0
}

.font1-2 {
    font-size: 1.2rem
}

.font1-3 {
    font-size: 1.3rem
}

small {
    font-size: .9rem
}

h1.details {
    font-size: 1.7rem;
    margin-bottom: 10px;
    margin-top: 5px
}

.details {
    font-size: 1rem
}

.font-08 {
    font-size: .8rem
}

.font-09 {
    font-size: .95rem
}


.bg-private {
    background: linear-gradient(#e1ea9a, #d8e560, #e1ea9a);
    padding: 5px;
    border: 1px solid #fff;
    color: #000
}

.font-1-2 {
    font-size: 1.2rem
}

.font-1-1 {
    font-size: 1.1rem
}

.font-1-3 {
    font-size: 1.3rem
}


.font-1 {
    font-size: 1rem !important
}

.header {
    color: #f7bc27;
    background: rgba(0, 0, 0, .8);
    font-weight: 100;
    padding: 10px;
    margin: auto;
    margin-bottom: 10px
}

.header h1 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 400
}

.header p {
    margin: 0;
    font-size: 1.2rem
}

.highlight-heading {
    font-size: 1.5rem;
    color: #f0e68c;
    background: rgba(0, 0, 0, .5);
    font-weight: 100;
    padding: 5px;
    width: 100%;
    margin: auto;
    margin-bottom: 10px
}

h1.homepage {
    font-size: 1.7rem;
    color: #ffaac0;
    background: rgba(0, 0, 0, .7);
    font-weight: 100;
    padding: 10px;
    width: 97% !important;
    margin: auto;
    margin-bottom: 20px
}

.text-center {
    text-align: center
}

.crossmark {
    font-size: 1rem;
    color: #ff1654
}

.checkmark {
    color: #9acd32;
    background: url(/css/tick.png) no-repeat left center;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    display: inline-block
}

.checkmark.big {
    width: 32px;
    height: 32px;
    background-size: 32px 32px
}

table {
    border-collapse: seperate;
    width: 95%
}

td,
th {
    padding: 5px
}

table.signup {
    font-size: 1.2rem;
    margin: auto;
    width: 100%;
}

table.signup tr>td:first-child {
    font-size: 1.2rem
}

table.signup td,
table.dark td,
table.signup th,
table.dark th {
    background: rgba(0, 0, 0, .7);
    padding: 5px;
    margin: 3px
}

.w120 {
    width: 120px
}

a.button {
    border: 1px solid #fff;
    font-size: 1.2rem;
    border-right: 2px solid #393939 !important;
    border-bottom: 2px solid #ccc !important;
    color: #000
}

.button.signup:focus {
    top: 2px;
    box-shadow: inset 0 0 3px #ffd700
}

.button.signup:active {
    top: 2px;
    box-shadow: inset 0 0 3px #ffd700
}

.button.signup:hover {
    background: #ffd700
}

.button.signup {
    color: #000;
    font-size: 1.2rem;
    position: relative;
    top: 0;
    cursor: pointer
}

.font-3 {
    font-size: 3rem
}

.color-gold {
    color: #ffd700
}

.font1-8 {
    font-size: 1.8rem
}

.content {
    background: rgba(0, 0, 0, .5);
    padding: 20px;
    width: 97%;
    font-size: 1.2rem;
    margin: auto;
    margin-bottom: 10px
}

.padding-15 {
    padding: 15px
}

.border-left {
    border-left: 1px solid #ccc
}

.star {
    width: 37px;
    height: 37px
}

.small-star {
    width: 20px;
    height: 20px;
    vertical-align: sub
}

.background-transparent,
.background-transparent:focus,
.background-transparent:hover {
    background: 0 0 !important
}

h2.heading {
    color: #f7bc27;
    background: rgba(255, 255, 255, .1);
    font-weight: 100;
    padding: 5px;
    margin: auto;
    width: 95%
}

.url-column .user-img {
    border-radius: 50%;
    border: 1px solid #ccc;
    background: rgba(0, 0, 0, .1);
    width: 60px
}

.url-column .display-name {
    font-size: .9rem
}

.url-column .user-col {
    height: 70px
}

.padding-top-5 {
    padding-top: 5px
}

.margin-auto {
    margin: auto
}

.highlight {
    background: rgb(255, 232, 105);
    padding: 5px
}

.padding {
    padding: 10px
}

.font-normal {
    font-weight: 400
}

.transparent {
    opacity: .5
}

.margin-bottom-10 {
    margin-bottom: 10px !important
}

.margin-bottom-5 {
    margin-bottom: 5px !important
}

.margin-top-5 {
    margin-top: 5px !important
}

.row {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 12px;
    width: 100%
}

.row:last-of-type {
    margin-bottom: 0
}

[class*=col-] {
    width: 100%
}

[class*=width-] {
    width: 100%
}

[class*=flash-] .button {
    padding: 5px 10px
}

.width-home-signup ol {
    color: #f7bc27
}

.select2 * {
    background: #eee8aa !important;
    color: #000
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0 !important
}

#ad_iframe {
    left: auto !important;
    margin-left: auto !important
}

.shine {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
    text-align: center;
    font-family: sans-serif
}

.shine:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, .13);
    background: linear-gradient(to right, rgba(255, 255, 255, .13) 0, rgba(255, 255, 255, .13) 77%, rgba(255, 255, 255, .5) 92%, rgba(255, 255, 255, 0) 100%)
}

.shine:hover:after {
    opacity: 1;
    top: -50%;
    left: -50%;
    transition-property: left, top, opacity;
    transition-duration: .7s, .7s, .15s;
    transition-timing-function: ease
}

.shine:active:after {
    opacity: 0
}

blockquote {
    background: rgba(0, 0, 0, .8);
    margin: 1.5em 10px;
    padding: .5em 10px;
    quotes: "\201C" "\201D" "\2018" "\2019";
    font-size: 1.2rem;
    width: 90%;
    margin: auto;
    text-align: left
}

blockquote:before {
    content: open-quote;
    font-size: 3rem;
    line-height: .1em;
    vertical-align: -.4em
}

.arrow-up {
    font-size: 205px;
    position: absolute;
    top: 60px;
    right: 30%;
    display: none
}

.show-arrow {
    cursor: move !important
}

.show-arrow:hover~.arrow-up {
    display: inline-block
}

.underline {
    border-bottom: 1px dotted;
    text-decoration: none
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.width-50p {
    width: 50%
}

.width-49p {
    width: 49%
}

.width-48p {
    width: 48%
}

.width-30p {
    width: 30%
}

.width-10p {
    width: 10%
}

.width-5p {
    width: 5%
}

.width-33p {
    width: 33%
}

.width-32p {
    width: 32%
}

.margin-10 {
    margin: 10px
}

.youtube-player {
    width: 337px;
    height: 296px
}

.youtube-player-details {
    width: 100%;
    height: 366px
}

tr.odd {
    background: #000
}

tr.highlight {
    background: #ff1654 !important
}

.access1 input,
.access1 textarea {
    background: #d8e560
}

.access2 input,
.access2 textarea {
    background: #b1e4ff
}

.width-85px {
    width: 85px
}

.bookmarklets {
    padding: 10px 15px
}

.url-toolbar button {
    padding: 2px 8px
}

.color-pink {
    background: #ffd8e2
}

.display-inline-block {
    display: inline-block
}

.display-inline {
    display: inline
}

.fullscreen {
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

#filter-urls-tags {
    position: relative;
    height: 100%
}

.spons-bottom {
    z-index: 100;
    width: 100%
}

.unapproved {
    background: #ffc46a !important
}

.text-underline {
    border-bottom: 1px dotted
}

.view-urls {
    display: inline-block;
    text-align: center;
    width: 100%
}

.bg-yellow {
    background: #f0e68c
}

.line-height-more {
    line-height: 35px
}

.line-height-normal {
    line-height: normal
}

.tag-overview:hover {
    white-space: normal
}

.tag-overview {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    margin-top: 5px;
    text-align: right
}

.tag-count {
    font-style: normal;
    background: #1a9189;
    font-weight: 500;
    padding: 2px
}

.bgBlack {
    background: #000
}

.sponsered {
    border: .5px solid #444;
    border-top: 0;
    width: 650px
}

.favicon {
    width: 18px;
    vertical-align: middle
}

#firefoxMessage {
    background: #333;
    display: block;
    padding-top: 17px
}

.margin-top-10 {
    margin-top: 10px
}

.spons-del {
    position: relative;
    vertical-align: middle;
    display: inline-block
}

.spons-del .delete-button {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    background: #00b2ff;
    font-style: normal;
    opacity: .4
}

.color-blk {
    color: #000 !important
}

input.tabs {
    display: none
}

label.tabs {
    background: #005b66;
    border-radius: .5em .5em 0 0;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    height: 2.5em;
    line-height: 2.5em;
    margin-right: .25em;
    padding: 0 1.5em;
    text-align: center;
    border: 1px solid #4a4a4a;
    border-bottom: 0;
    margin-bottom: -1px;
    position: relative
}

input:hover+label.tabs {
    background: #ffe7a9;
    color: #666
}

input:checked+label.tabs {
    background: #ffe7a9;
    position: relative;
    z-index: 6;
    color: #000
}

input#tab1:checked~#tabContent1,
input#tab2:checked~#tabContent2 {
    display: block !important
}

.tab1 {
    margin-left: 9%
}

.width-50px {
    width: 50px
}

table {
    table-layout: fixed
}

.width-60px {
    width: 60px
}

.width-230px {
    width: 230px
}

.width-200px {
    width: 200px
}

.width-300px {
    width: 300px
}

.width-75px {
    width: 75px
}

.width-45p {
    width: 45%
}

@media all and (min-width:300px) {
    .width-70p {
        width: 70%
    }

    .width-80p {
        width: 80%
    }

    .width-20p {
        width: 20%
    }

    .width-90p {
        width: 90%
    }

    .monton {
        font-size: 1.7rem
    }

    .col-1-4 {
        width: 25%
    }

    .col-3-4 {
        width: 75%
    }

    .col-1-10 {
        width: 10%
    }

    .col-2-10 {
        width: 20%
    }

    .col-3-10 {
        width: 30%
    }

    .col-7-10 {
        width: 70%
    }

    .col-5-10 {
        width: 50%
    }

    .col-6-10 {
        width: 60%
    }

    .col-4-10 {
        width: 40%
    }

    .col-6-10 {
        width: 60%
    }

    .col-8-10 {
        width: 80%
    }
}



@media all and (max-width:400px) {
    html {
        font-size: 70%
    }

}

@media all and (min-width:600px) {
    .width-home-features {
        width: 75%
    }

    .width-home-signup {
        width: 25%
    }

    .width-home-signup h3 {
        font-size: 1.2rem
    }

    .width-home-signup p {
        font-size: 1.1rem;
        color: #f7bc27
    }


    .monton {
        font-size: 2rem
    }

    .width-SortTags {
        width: 30%
    }

    .colm-1-2 {
        width: 50%
    }

    .colm-2-3 {
        width: 66.66%
    }

    .colm-3-4 {
        width: 75%
    }

    .colm-1-2 {
        width: 50%
    }

    .colm-1-3 {
        width: 33.33%
    }

    .colm-1-4 {
        width: 25%
    }

    .colm-1-8 {
        width: 12.5%
    }

    .colm-7-8 {
        width: 87.5%
    }

    .colm-2-8 {
        width: 25%
    }

    .colm-6-8 {
        width: 75%
    }

    .colm-1-10 {
        width: 10%
    }

    .colm-2-10 {
        width: 20%
    }

    .colm-3-10 {
        width: 30%
    }

    .colm-7-10 {
        width: 70%
    }
}

@media all and (min-width:700px) {
    .url-search {
        width: 30%;
        margin-right: 10px
    }
}
@media all and (min-width:800px) {
    .width-details-preview {
        width: 55%;
        padding: 10px
    }

    .width-details-content {
        width: 45%;
        padding: 10px
    }
}

@media all and (min-width:1200px) {
    .col-2-3 {
        width: 66.66%
    }

    .col-3-4 {
        width: 75%
    }

    .col-1-2 {
        width: 50%
    }

    .col-1-3 {
        width: 33.33%
    }

    .col-1-8 {
        width: 12.5%
    }

    .col-7-8 {
        width: 87.5%
    }

    .monton {
        font-size: 2.5rem
    }

    .width-details-preview {
        width: 42%;
        padding: 10px
    }

    .width-details-content {
        width: 58%;
        padding: 10px
    }
}

@media (min-width:500px) {
    .Gresponsive {
        width: 468px;
        height: 60px
    }
}

@media (min-width:800px) {
    .Gresponsive {
        width: 728px;
        height: 90px
    }
}

@media (max-width:500px) {
    .width-50p {
        width: 100%;
    }
}

.user-nav {
    background: 0 0;
    border: none
}

.user-nav-content {
    margin-left: -170px
}

#content {
    min-height: 50%;
    margin-top: 20px
}

#urlViewSelect {
    position: absolute;
    z-index: 31;
    margin-top: 1px;
    margin-left: -37px;
    background: #005b66;
    padding: 0 10px;
}

#urlViewSelect:hover {
    display: inline-block !important
}

#urlViewSelect>a>img {
    width: 23px;
    vertical-align: middle
}

#urlViewSelect>a>img:hover {
    background: #daa520
}

#urlViewImg {
    cursor: pointer;
    width: 25px;
    vertical-align: middle;
    border: 0.5px solid white
}

#urlViewImg:hover~#urlViewSelect {
    display: inline-block !important
}

#urlViewImg:focus~#urlViewSelect {
    display: inline-block !important
}

.hidden {
    display: none;
}

.url-hidden {
    background: rgb(223, 223, 223) !important;
}

::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: rgba(0, 0, 0, .2);
}

::-webkit-scrollbar-thumb {
    background: #004951;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #000;
}
pre {
    white-space: pre-line;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}