﻿@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600);

/* Header / Navigation */

.container {
    min-height: 1000px;
}

body {
    min-height: 100%;
}

header#navbar {
    width: 100%;
    height: 3em;
}


a {
    color: black
}

#site-nav {
    background: transparent url(../images/nav-bg.gif) 0 bottom no-repeat;
    height: 4.5em;
}

    #site-nav ul {
        margin-top: 7px;
        float: left;
        margin-bottom: 0;
    }

    #site-nav li a {
        padding: 16px 1em 11px 1em;
        margin-right: 1em;
        border: 1px solid transparent;
        color: #56758d;
        font-weight: bold;
        font-size: .9167em;
    }

        #site-nav li a:hover, #site-nav li a.selected {
            background-color: #fff;
            border-color: #ccc;
            border-bottom-color: #fff;
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
            text-decoration: none;
            color: #000;
        }

img.icon {
    float: left;
    /*width: 22%;*/
    width: 232px;
    /*height: 58px;*/
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    left: 0;
    /*top: -112px;*/
}

.trial img.icon {
 
    z-index: -5;
}

.available-database.pad-top.pad-bottom.trial a:before {
    content: url(/images/trial-banner.png);
    position: absolute;
    width: 230px;
    height: 220px;
}
    .available-database p {
        margin: 0;
        margin-left: 73px;
    }

    .available-database:hover {
        background-color: #ffc;
    }

    .available-database h6 {
        font-family: "Helvetica";
        font-size: 18px;
        font-weight: normal;
    }

.yellow-background {
    /*background-color: #ffc;*/
}

.grey-background {
    background-color: #eee;
}

.page-header {
    font-size: 1.618em;
    color: #000;
    margin-top: 20px;
    /*clear:left;
    display: inline;*/
}

#footer {
    background-color: #eee;
    width: 100%;
    padding: 1.5em 0;
    text-align: center;
}

.search-box {
    background: transparent url(../images/search-bg.jpg) 0 0 no-repeat;
    height: 108px;
    width: 540px;
    float: left;
    margin-left: 200px;
}

    .search-box input[type=text] {
        background: transparent url(../images/search-bar.jpg) 0 0 no-repeat;
        margin-left: 21px;
        margin-top: 26px;
        float: left;
        width: 400px;
        height: 35px;
        border: 0;
        padding-left: 10px;
    }

    .search-box button {
        background: transparent url(../images/search-button.png) 0 0 no-repeat;
        margin-top: 26px;
        width: 88px;
        height: 35px;
        border: 0;
        float: left;
    }

        .search-box button:hover {
            cursor: pointer;
        }

    .search-box a {
        float: left;
        clear: both;
        margin-left: 21px;
    }

h6 input[type=checkbox] {
    float: left;
    margin: 3px .5em 0 0;
}

#loginBoxArea input[type=text],
#loginBoxArea input[type=password] {
    padding-left: 10px;
}

#loginBoxArea input[type=submit]:hover,
#loginBoxArea button:hover {
    cursor: pointer;
}

body {
    border: 0;
    padding: 0;
    margin: 0;
}

#boxWrapper {
    margin: 200px auto;
    width: 900px;
    border: 0;
}

#loginArea {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}

#loginDialogBox {
    width: 460px;
    padding: 20px;
    background-color: #fff;
    float: left;
}

.roundedBox {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid 10px #d3d3d3;
}

.failureNotification ul {
    margin-top: 20px;
}

.failureNotification li {
    color: red;
    margin-left: 72px;
    list-style-type: none;
    font-family: "Helvetica";
    font-size: 12px;
}

#loginDialogBox #infobaseLearning_logo {
    margin: 10px auto;
    display: block;
}

#loginDialogBox label {
    font-family: "Helvetica";
    font-size: 12px;
    font-weight: bold;
    margin-right: 15px;
    margin-left: 40px;
    width: 65px;
    display: inline-block;
}

#loginDialogBox #Username,
#loginDialogBox #Password,
#loginDialogBox #Barcode {
    width: 285px;
    height: 28px;
    border: solid 1px #cbcbcb;
    background: url(../images/loginbox_textfield.jpg);
    margin-bottom: 12px;
}

#loginDialogBox input[type=submit] {
    background: transparent url(../images/loginBox_btn.jpg) 0 0 no-repeat;
    width: 94px;
    height: 39px;
    border: 0;
    margin-top: 28px;
    margin-left: 170px;
    float: left;
    clear: both;
}

#loginDialogBox p {
    display: block;
    font-family: "Helvetica";
    font-size: 12px;
    float: left;
}

#infoBox {
    width: 280px;
    padding: 20px;
    background-color: #fff;
    float: left;
    margin-left: 28px;
    font-family: "Helvetica";
}

    #infoBox p {
        margin-bottom: 1em;
    }

    #infoBox h6 {
        font-size: 14px;
        font-weight: bold;
        color: #f00;
        margin-bottom: 1em;
    }

    #infoBox h5 {
        font-size: 16px;
        font-weight: normal;
        margin-top: 1em;
    }

        #infoBox h5 a {
            color: #07496f;
        }

    #infoBox p {
        font-size: 12px;
    }

    #infoBox span {
        width: 270px;
        display: block;
        font-size: 12px;
        border-top: solid 1px #d3d3d3;
        padding-top: 15px;
    }

        #infoBox span a {
            color: #185579;
            text-decoration: none;
        }

.red-box {
    border: 1px solid #f00;
    color: #f00;
    font-size: .9167em;
    line-height: 1.6;
    padding: 7px 10px 0 10px;
    height: 81px;
}

.roundedBox hr.space {
    margin-bottom: 32px;
}

.barcode-spacer {
    height: 60px;
}


#ProductIcons {
    margin-left: 10px;
    margin-right: -38px;
}

.filterBox {
    height: 22px;
    font-size: 14px;
    line-height: 1.14;
    padding: 0rem 1.75rem 0rem 0.75rem;
    width: 200px;
}

.noPadding {
    padding-left: 0px;
    padding-right: 0px;
    /*margin-top: 4px;*/
}

.topBarResize {
    width: 1020px;
    margin: 0 auto;
}

.topBarContainer {
    /*background-color: white;*/
    min-width: 1000px;
    /*height: 60px;*/
    margin-bottom: 10px;
    border: 3px solid;
    /*border-color: #fff #fff #eee #fff;*/
    height: 29px;
    background-color: #3f4652;
}

    .topBarContainer .topBar {
        color: #fff;
        position: relative;
    }

    .topBarContainer .logoContainer {
        padding: 2px 10px 0px 0px;
        /*margin-right: 20px;*/
        float: left;
    }

    .topBarContainer > a {
        color: #fff;
    }

/*.topBarContainer .topBar .logoContainer #headerDropdownClick img {
        max-width: 100px;
}*/
.headerContainer {
    position: relative;
    /*padding: 0px 40px;*/
    /*background-color: #fff;*/
    /*margin-bottom: 10px;*/
    /*margin-top: 68px;*/
    margin-top: 16px;
    border-bottom: 3px solid #eee;
}

    .headerContainer::after {
        content: '';
        display: table;
    }

.accountName {
    height: 19px;
    /*opacity: 0.72;*/
    font-family: Helvetica;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    float: right;
    margin-top: 13px;
    /* margin-right: -43px; */
    margin-left: 10px;
}

.schoolLogoContainer {
    font-size: 18px;
    text-align: right;
    /*border-bottom: 3px solid #eee;*/
    padding-bottom: 30px;
    /*padding-top: 35px;*/
}

    .schoolLogoContainer span {
        display: inline-block;
        width: 300px;
    }

    .schoolLogoContainer p {
        color: #6e8490;
        font-size: 10px;
        text-align: right;
    }

    .schoolLogoContainer img {
        max-width: 200px;
        max-height: 60px;
    }

/*#AdminPortal {
    color: #666666;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
    margin-right: -42px;
    margin-top: 22px;
}*/

#AdminPortal {
    color: #666666;
    font-size: 18px;
    font-family: Helvetica;
    /*margin-right: 45px;*/
    float: right;
    /*margin-bottom: 20px;*/
    margin-top: -22px;
    position: relative;
}

    #AdminPortal a {
        color: #666666;
        font-weight: bold;
    }

.styleSelect select {
    background: transparent;
    width: 168px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none;
    color: #000;
}

.styleSelect {
    width: 140px;
    height: 34px;
    overflow: hidden;
    content: "\f13a ";
    font-family: FontAwesome;
    border: 2px solid #000;
}

/*span.arrow-hack {
    margin-left: 10px;
}

span.asc {
    background: url("http://cdn.datatables.net/1.10.0/images/sort_asc.png") no-repeat center right;
}

span.desc {
    background: url("http://cdn.datatables.net/1.10.0/images/sort_desc.png") no-repeat center right;
}

span.sort {
    background: url("http://cdn.datatables.net/1.10.0/images/sort_both.png") no-repeat center right;
}*/

/*view Options on the next line*/
.viewOptions {
    margin: 0 0 13px 5px;
    padding: 0px 0 0px 0;
    list-style-type: none;
    /*border-bottom: 3px solid #eee;*/
    text-align: right;
    font-family: 'Helvetica';
    font-size: 14px;
    float: right;
}

/*view Options on top of the line*/
/*.viewOptions {
    margin: 0 0 10px 0;
    padding: 7px 0 0px 0;
    list-style-type: none;
    border-bottom: 3px solid #eee;
    text-align: right;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}*/

    .viewOptions::after {
        content: '';
        display: table;
    }

    .viewOptions li {
        display: inline-block;
        /*color: #0d45ab;*/
        padding: 0 5px;
        color: #666666;
        font-size: 20px;
    }

    .viewOptions a {
        color: #666666;
        cursor: pointer;
    }

    .viewOptions i:hover {
        color: #2b8082;
    }

    /*.viewOptions li:first-child {
        padding-left: 0;
    }

    .viewOptions li:last-child {
        padding-right: 0;
    }*/

    /*.viewOptions li .fa {
        padding-right: 5px;
    }*/

.viewOptionSelected {
    color: #2b8082;
}

#TableBody a {
    font-family: Helvetica;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2b8082;
}

    #TableBody a:hover {
        color: #2b8082;
        font-weight: bold;
    }

/*.viewOptions li a {
        color: #0d45ab;
        text-decoration: none;
    }*/
.viewOptions li a:hover {
    text-decoration: none;
    border: 0;
}

.viewOptions li.ui-state-active a {
    color: #000;
    text-decoration: none;
    /*border-bottom: 3px solid #000;*/
    display: block;
    /*padding-bottom: 10px;*/
    margin-bottom: -3px;
}

.resourceTable {
    border: 0;
    width: 100%;
}

    .resourceTable a {
        border: 0;
    }



    .resourceTable td, .resourceTable th {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 40px;
        padding: 10px;
        border-bottom: 1px solid #ccc;
        position: relative;
        background-color: #fff;
    }

    .resourceTable tr:hover td {
        background-color: #f6f8fc;
    }

    .resourceTable th {
        /*background-color: #f8f8f8;
        border-top: 1px solid #ccc;*/
        padding-left: 25px;
        cursor: pointer;
    }

        .resourceTable th::before {
            /*content: '\f0dc';*/
            font-family: FontAwesome;
            position: absolute;
            left: 10px;
            color: #ccc;
        }

        .resourceTable th::after {
            font-family: FontAwesome;
            position: absolute;
            left: 10px;
            color: #000;
        }


        .resourceTable th.headerSortUp::before {
            content: '\f0de';
        }

        .resourceTable th.headerSortUp::after {
            content: '\f0dd';
        }

        .resourceTable th.headerSortDown::before {
            content: '\f0dd';
        }

        .resourceTable th.headerSortDown::after {
            content: '\f0de';
        }

    .resourceTable td:first-child {
        width: 500px;
    }

        .resourceTable td:first-child .fa {
            padding-right: 5px;
        }

    .resourceTable td:nth-child(2) {
        width: 260px;
    }

    .resourceTable td:last-child {
        width: 180px;
    }

.infoHover {
    position: relative;
    color: #adb7c9;
}

    .infoHover:hover {
        color: #0d45ab;
    }

    .infoHover div {
        display: none;
        padding: 20px 15px;
        background-color: #f2f4f8;
        color: #363636;
        border: 1px solid #ddd;
        border-radius: 3px;
        position: absolute;
        z-index: 100;
        box-sizing: border-box;
        width: 175px;
        height: 100px;
        top: -50px;
        left: 20px;
        font-size: 12px;
        box-shadow: 0 0 5px 1px rgba(128,128,128,.25);
    }

        .infoHover div::before {
            content: '';
            position: absolute;
            left: -10px;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-right: 10px solid #f2f4f8;
            top: 50%;
            margin-top: -10px;
            z-index: 200;
        }

        .infoHover div::after {
            content: '';
            position: absolute;
            left: -12px;
            border-top: 17px solid transparent;
            border-bottom: 17px solid transparent;
            border-right: 12px solid #ddd;
            top: 50%;
            margin-top: -12px;
            z-index: 100;
        }

    .infoHover:hover div {
        display: block;
    }

.headerContainer #AvailableProducts {
    font-size: 30px;
    color: #333333;
    float: left;
    position: absolute;
    bottom: 0;
    margin-block-end: 0px;
    font-family: "Helvetica";
    /*padding-bottom: 5px;*/
    line-height: normal;
    font-weight: 300;
    /*margin: 0 0 10px 0;*/
    /*border-bottom: 3px solid #eee;*/
    /*margin-bottom:3px;*/
}

#grid {
    margin: 0 -10px;
    margin-top: 38px;
    display: inline-flex;
    flex-wrap: wrap;
}

    #list {
    margin-top: 33px;
}



    #grid .span-6 {
        margin: 0 10px;
    }

/*footer*/

.footer {
    border-top: 1px solid #ccc;
    margin-top: 40px;
}

.footer-inner {
    overflow: hidden;
    /* border-top: 1px solid #ccc; */
    margin: 0px auto 0px auto;
    background-color: #fff;
    padding-top: 20px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Helvetica;
    max-width: 1140px;
    text-align: center;
    height: 130px;
}

    .footer * {
        color: #666;
        font-size: 12px;
    }

    .footerInfobase {
        margin-left: 75px;
    }

        .footerInfobase p {
            font-family: Helvetica;
            font-size: 10px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #666666;
        }

    .footer .logo {
        max-width: 100px;
    }

    .footer .footerLinks {
        overflow: hidden;
        display: inline;
        margin-top: 5px;
        margin-left: 100px;
    }

.footerLinks a {
    margin-left: 30px;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #666666;
}

.footerAccountName {
    display: block;
    font-family: Helvetica;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #999999;
    margin-top: 10px;
}

        .footer .footerLinks .oneLineLinks {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            .footer .footerLinks .oneLineLinks li {
                display: inline-block;
                padding-right: 70px;
            }

    .footer .copyright {
        margin-top: 40px;
    }

    .footer img {
        float: left;
        margin-right: 70px;
        width: 140px;
    }

/*.footerPage {
    font-family: 'Source Sans Pro', sans-serif;
}*/

    .footerPage h1 {
        font-size: 36px;
        font-weight: bold;
    }

    .footerPage h2 {
        font-weight: bold;
    }

    .footerPage p {
        font-size: 14px;
    }


.bold {
    font-weight: bold;
}

@media only screen and (max-width: 700px) {
    .grey-background {
        background-color: #fff;
    }

    #loginDialogBox #infobaseLearning_logo {
        margin: 0 auto 10px auto;
        display: block;
    }

    #infoBox {
        display: none;
    }

    #boxWrapper {
        width: 100%;
        margin: 0;
        padding: 5px;
        box-sizing: border-box;
    }

    #loginDialogBox {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        border-width: 1px;
        border-radius: 0;
    }

        #loginDialogBox label {
            display: block;
            margin: 0;
            width: 100%;
        }

        #loginDialogBox #Username, #loginDialogBox #Password, #loginDialogBox #Barcode {
            display: block;
            margin: 0 0 20px 0;
            width: 100%;
            background: #fff;
            box-sizing: border-box;
        }

    input#LoginButton {
        float: none;
        margin: 0 auto;
    }
}

.trialBox {
    position: absolute;
    /*top: -20px;*/
    /*left: -20px;*/
    width: 150px;
    height: 100px;
    overflow: hidden;
    /*margin-left: -560px;*/
    /*margin-top: 264px;*/
}

.trialMessage {
    background: #AFAFAF;
    padding-left: 25px;
    position: absolute;
    top: 20px;
    background: yellow;
    transform: rotate(-35deg);
    width: 150px;
    left: -20px;
    padding-left: 50px;
}

/*.trialColumn1 {
    left:0px;
}
.trialColumn2 {
    left: 278px;
}
.trialColumn3 {
    left: 557px;
}
.trialColumn0, .trialColumn4 {
    left: 835px;
}


.trialRow2 {
    margin-top: 263px;
}

.trialRow3 {
    margin-top: 526px;
}

.trialRow4 {
    margin-top: 789px;
}
.trialRow5 {
    margin-top: 1052px;
}
.trialRow6 {
    margin-top: 1315px;
}
.trialRow7 {
    margin-top: 1578px;
}

.trialRow8 {
    margin-top: 1841px;
}*/

/*.custom-select {
    background: #fff url(../images/caret-down-solid.svg) no-repeat right 0.75rem center;
}*/

.infobaseLogo {
    width: 144px;
    height: 28px;
}

#resourceTable th {
    font-family: "Helvetica";
}

.chosen-container {
    font-size: 14px !important;
}

.chosen-single, .chosen-drop {
    border-radius: 4px;
}

.chosen-container-single .chosen-single div b {
    background: url(/images/caret-down-solid.png) no-repeat 0 7px;
}

.chosen-container-single .chosen-single div {
    line-height: 1.5;
}

.chosen-single .fas {
    color: #2b8082;
    font-size: 18px;
}
    /*.oneLineLinks a {
    color: #212529;
    font-size:
}*/

#NoProductsInfo h1 {
    font-family: Helvetica;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
}

#NoProductsInfo p {
    font-family: Helvetica;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
}



@media only screen and (max-width: 1200px) {
    img.icon {
        width: 186px;
    }

    .trialColumn2 {
        left: 230px;
    }

    .trialColumn3 {
        left: 459px;
    }

    .trialColumn0, .trialColumn4 {
        left: 689px;
    }


    .trialRow2 {
        margin-top: 217px;
    }

    .trialRow3 {
        margin-top: 434px;
    }

    .trialRow4 {
        margin-top: 651px;
    }
    .trialRow5 {
        margin-top: 868px;
    }
    .trialRow6 {
        margin-top: 1085px;
    }
    .trialRow7 {
        margin-top: 1302px;
    }
    .trialRow8 {
        margin-top: 1519px;
    }
}

@media only screen and (max-width: 991px) {
    img.icon {
        /*width: 20%;*/
        width: 186px;
    }


    .trialColumn2 {
        left: 172px;
    }

    .trialColumn3 {
        left: 344px;
    }

    .trialColumn0, .trialColumn4 {
        left: 516px;
    }


    .trialRow2 {
        margin-top: 163px;
    }

    .trialRow3 {
        margin-top: 326px;
    }

    .trialRow4 {
        margin-top: 489px;
    }
    .trialRow5 {
        margin-top: 653px;
    }
    .trialRow6 {
        margin-top: 816px;
    }
    .trialRow7 {
        margin-top: 979px;
    }

    .trialRow8 {
        margin-top: 1142px;
    }

}
@media only screen and (max-width: 767px) {
    img.icon {
        width: 186px;
        /*width: 18%;*/
    }


    .trialColumn2 {
        left: 239px;
    }

    .trialColumn3 {
        left: 358px;
    }

    .trialColumn0, .trialColumn4 {
        left: 835px;
    }


    .trialRow2 {
        margin-top: 150px;
    }

    .trialRow3 {
        margin-top: 300px;
    }

    .trialRow4 {
        margin-top: 450px;
    }
    .trialRow4 {
        margin-top: 650px;
    }
    .trialRow4 {
        margin-top: 700px;
    }
}

.tip {
    text-decoration: none
}

    .tip i {
        color: #2b8082;
    }

    div.tip:hover {
        cursor: pointer;
        position: relative
    }

.tip .HoverBox, .tip div {
    display: none
}

.History-Cross-Search {
    width: 144px;
    height: 17px;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 3;
    letter-spacing: normal;
    color: #333333;
    padding-bottom:10px;
}

.This-Resource-is-inc {
    font-family: Helvetica;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    color: #333333;
    margin-top:10px
  
}

    .text-style-1 {
        font-weight: bold;
        color: #2b8082;
        font-family: Helvetica;
        font-size: 12px !important;
        letter-spacing: normal;
    }

div.tip:hover .HoverBox, .tooltip {
    /*border: #c0c0c0 1px dotted;
        padding: 5px 20px 5px 5px;
        display: block;
        z-index: 100;
        background: url(../images/status-info.png) #f0f0f0 no-repeat 100% 5%;
        left: 0px;
        margin: 10px;
        width: 250px;
        position: absolute;
        top: 10px;
        text-decoration: none*/
    width: 264px;
    /*height: 111px;*/
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.26);
    border: solid 1px #cccccc;
    background-color: #ffffff;
    display: block;
    z-index: 100;
    position: absolute;
    font-family: Helvetica;
    margin-left: 195px;
    margin-top: -70px;
    opacity: 100;
}

.tooltip-inner {
    background-color: white;
}

.tooltip-arrow {
    visibility: visible;
}

div.tip:hover p {
    display: block;
    margin-top: 22px;
    margin-bottom: 22px;
    margin-left: 20px;
    margin-right: 20px;
}

.tip:hover div {
    display: block;
}

#tailShadow {
    background-color: transparent;
    width: 4px;
    height: 4px;
    position: absolute;
    /* top: 16px; */
    /* left: -8px; */
    z-index: -10;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 0px 8px 1px black;
    -webkit-box-shadow: 0px 0px 8px 1px black;
    margin-left: 190px;
    margin-top: -13px;
}

#tail1 {
    width: 0px;
    height: 0px;
    border: 15px solid;
    border-color: transparent #cccccc transparent transparent;
    position: absolute;
    /* top: 8px; */
    /* left: -20px; */
    margin-left: 166px;
    z-index: 200;
    margin-top: -25px;
}

#tail2 {
    width: 0px;
    height: 0px;
    border: 15px solid;
    border-color: transparent #ffffff transparent transparent;
    /*border: solid 1px #cccccc;*/
    position: absolute;
    /* left: -18px; */
    /* top: 8px; */
    margin-left: 168px;
    z-index: 200;
    margin-top: -25px;
}

#resourceTable thead tr th:after {
    display: inline-block;
    right: auto;
    margin-left: 10px;
}

_::-webkit-full-page-media, _:future, :root .HoverBox {
    margin-left: 41px !important;
}

_::-webkit-full-page-media, _:future, :root #tail1 {
    margin-left: 11px !important;
}

_::-webkit-full-page-media, _:future, :root #tail2 {
    margin-left: 13px !important;
}
_::-webkit-full-page-media, _:future, :root #tailShadow {
    margin-left: 36px !important;
}

.unsplash-photo-creds {
    color: #666 !important;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
}

    .unsplash-photo-creds a {
        color: #fff;
    }