body {
    background-color: #ffffff;
}

.fa {
    font-size: 14px;
}

#mainPageEmbed {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#mainPageData {
    padding: 18px;            
    max-width: 1280px;
    margin: 0px auto;
}

#usertoolbar {
    text-align: right;
    top: 0px;
}

.btnUsertoolbar {
    opacity: 0.75; filter: alpha(opacity=75);
}

#headerOrig {
    height: 120px;
    margin-bottom: 14px;
    background-image: url("../images/header.jpg");
}

#header2Orig {
    height: 120px;
    margin-bottom: 12px;
    background-image: url("../images/header.jpg");
}

#headerImage {
    height: 60px;
	width: 550px;
    /* margin-bottom: 14px; */
    background-image: url("../images/header.jpg");
}
#header {
    height: 80px;
    margin-bottom: 14px;
    /* background-image: url("../images/header.jpg"); */
}

#header2 {
    height: 120px;
    margin-bottom: 12px;
    background-image: url("../images/header.jpg");
}

#headerlink {
    background-image:url("");
    display:block;
    height:120px;
    width:700px;
    margin-bottom: 14px;
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
    outline:none;
}

.logoImageRight {
    position: absolute;
    right: 30px;
    top: 58px;
    opacity: 0.85;
    filter: alpha(opacity=85);
}

@media (max-width: 1200px) {
    .logoImageRight {
        display: none;
    }
}



:focus {
    outline: 0; /*removes the dotted border around deepzoom*/
}
        
select::-ms-expand { /* removes ugly border around select box in IE */
    width:12px;
    border:none;
    background:#fff;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
    display: none !important;
}

.modal-header {
    /* override default bootstrap white header */
    background-color: #f5f5f5;
    border-color: #ddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}

hr {
    margin-top: 12px;
    margin-bottom: 12px;
}

.checkbox input[type=checkbox]:checked + label:after {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
}

.checkbox label:after {
    padding-left: 4px;
    padding-top: 2px;
    font-size: 9px;
}
.ngrs-runner {
    height: 10px !important;
}

.showtypeSelected {
    color: #de2424;
}

.ccResultsetSettingsDivider {
    height: 1px;
    width: 12px;
}
        
.resultSetSlider {
    margin-right: 14px !important;
    margin-top: 8px !important;
    margin-bottom: 0px !important;
    width: 225px;
    height: 14px;
}

#resultCounter {
}

.friendlyQueryLabel {
    font-weight: bold;
    color: #505050;
}

.friendlyQueryLabel:hover {
    text-decoration: underline;
    cursor: pointer;
}

.ivh-treeview-node-label:hover {
    text-decoration: underline;
    cursor: pointer !important;
}

.glyphicon-none:before {
    content: "\e094";
    color: transparent !important;
}

.thesaurusExpand {
    color: #808080;
}

.thesaurusCollapse {
    color: #808080;
}

.thesaurusLeaf {
    _color: #808080;
    color: transparent !important;
}

.friendlyQueryLabel:hover + .ccSearchSummaryFriendlyQuerySubQueryButton {
    color: #de2424;
}

#ccNavigatorTop {
}
    #ccNavigatorTop .navbar-form {
        padding: 0px !important;
    }

#ccNavigatorBottom {
    margin-right: 14px;
}
    #ccNavigatorBottom .navbar-form {
        padding: 0px !important;
    }

#ccSearchBar {
}
    #ccSearchBar .navbar-form {
        padding: 0px !important;
    }
#ccSearchBarInput {
    width: 272px;
}

.modal .modal-body {
    min-height: 300px;
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 30px;
}

#embedModal .modal-dialog {
    width: 75%;
    height: 75%;
    min-height:350px;
    max-height: 700px;
}

#zoomOverlayEditorModal .modal-dialog {
    width: 95%;
    margin: 2.5vh auto;
}

#zoomOverlayEditorModal .modal-content {
    max-height: 95vh;
    overflow: hidden;
}

/*Sets the maximum height of the modal body to 90% of the screen height*/
#zoomOverlayEditorModal .modal-body {
    max-height: 90vh;
    overflow: auto;
}

#zoomOverlayEditorModal .list-group-item {
    font-size: smaller;
}

.embedFacetContainer {
    display: table;
}

.embedFacetRow {
    height: 100%;
    display: table-row;
}

.embedFacetColumn {
    display: table-cell;
    float: none;
    vertical-align: top;
    height: 100%;
}

.userdataPopupMenu {
    padding: 12px;
}

.nav-tabs > li > a {
    cursor: pointer;
}

/* collapse button on panel header */
.ccFacet > .panel-heading div {
    cursor: pointer;
    color: #337ab7;
}
.ccFacet > .panel-heading div:hover {
    text-decoration: underline;
}

.ccFacet > .panel-heading div:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    margin-top: -18px;
    color: grey;
}
.ccFacet > .panel-heading div.collapsed:after {
    content:"\e080";
}

.facetCollapser > span:after {
    cursor: pointer;
    font-family:'Glyphicons Halflings';
    content:"\e113";
    color: grey;
}
.facetCollapser > span.collapsed:after {
    content:"\e080";
}

.ccFacetHeaderIcon {
    color: #282828;
    cursor: pointer;
}

.ccFacetHeaderIconSelected {
    color: #de2424;
}

.ccfacetAllValuesButton {            
}

.ccHyperlink {
    cursor: pointer;
    color: #337ab7;
}

.forgotPassword {
    cursor: pointer;
    color: #337ab7;
    margin-left: 6px;
    margin-top: 3px;
    font-size: 12px;
}
        
.forgotPassword:hover {
    text-decoration: underline;
}

.ccUserBasket > .panel-heading div {
    cursor: pointer;
    color: rgb(60, 118, 61);
}
.ccUserBasket > .panel-heading div:hover {
    text-decoration: underline;
}

.ccUserBasket > .panel-heading div:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    margin-top: -18px;
    color: grey;
}
.ccUserBasket > .panel-heading div.collapsed:after {
    content:"\e080";
}

.ccListviewRecord {
    page-break-inside: avoid !important;
}

.ccListviewRecord .panel-title {
    cursor: pointer;
    color: #337ab7;
}

    .ccListviewRecord .panel-title:hover {
        text-decoration: underline;
    }

.ccListviewRecordTable {
    width: 100%;
}

.ccListviewRecordTable tr {
    background-color: transparent;
    vertical-align: top;
}
        
.ccListviewRecordImage {
    width: 200px;
    cursor: pointer;
}

.ccIconviewRecordImage {
    width: 260px;
    cursor: pointer;
}

.ccIconviewRecordData {
    width: 240px;
    margin-left: 4px;
    margin-right: 18px;
    margin-top: 8px;
    margin-bottom: 20px;
    cursor: pointer;
    color: #686868;
    font-weight: 300;
}

.ccTableviewRecordImage {
    width: 90px;
    cursor: pointer;
}

.ccListviewRecordText {
    width: *;
    font-size: 12px;
}

.ccRecordviewRecord .panel-title {
    cursor: pointer;
    color: #337ab7;
}

    .ccRecordviewRecord .panel-title:hover {
    text-decoration: underline;
    }

.ccPictureviewRecord {
    page-break-after: always;
}
.ccPictureviewRecord .panel-title {
    cursor: pointer;
    color: #337ab7;
}

    .ccPictureviewRecord .panel-title:hover {
        text-decoration: underline;
    }

#facetBrowser ._modal-dialog  {width: 980px;}

/*When the modal fills the screen it has an even 2.5% on top and bottom*/
/*Centers the modal*/
#facetBrowser .modal-dialog {
    width: 980px;
    margin: 2.5vh auto;
}

#facetBrowser .list-group-item {
    font-size: smaller;
}
/*Sets the maximum height of the entire modal to 95% of the screen height*/
#facetBrowser .modal-content {
    max-height: 95vh;
    overflow: hidden;
}

/*Sets the maximum height of the modal body to 90% of the screen height*/
#facetBrowser .modal-body {
    max-height: 90vh;
    overflow: auto;
}

#facetBrowserNavigator {
    margin-top: 12px;
    margin-bottom: 0px;
}

#facetBrowserFilter {
    margin-top: 12px;
}
        
.facetBrowserSelectedLetter {
    color: #de2424;
}

.facetBrowserBodyList .list-group-item {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
}
            
.ccFacetValue {
    cursor: pointer;            
    display: table-row;
}

.ccFacetTable {
    _display: inline-table;
    display: table-row;
}

.ccFacetThesaurusTable {
    overflow: hidden;
}

.ccFacetColumn {
    display: table-cell;
}
.ccFacetThesaurusColumn {
      display: table-cell;
      padding-right: 4px;
}

.ccFacetValueText {
}

.ccFacetValueText:hover {
    text-decoration: underline;
}

.ccFacetValueTextNoHover:hover {
    text-decoration: none !important;
}

.ccSearchSummaryChosenFacetLabel {
    font-weight: bold;
    color: #505050;
    cursor: pointer;
}

.ccSearchSummaryUserQueryLabel {
    font-weight: bold;
    color: #505050;
}

.ccSearchSummaryChosenFacetLabel:hover {
    text-decoration: underline;
}

.ccSearchSummaryChosenFacetLabel:hover + .ccSearchSummaryChosenFacetValueRemoveButton {
    color: #de2424;
}

.ccSearchSummaryChosenFacetValue:hover {
    cursor: pointer;
}

.ccSearchSummaryChosenFacetValueRemoveText:hover {
    text-decoration: underline;
}

.ccSearchSummaryChosenFacetValueRemoveText:hover + .ccSearchSummaryChosenFacetValueRemoveButton {
    color: #de2424;
}

.ccSearchSummaryChosenFacetValueRemoveButton {
    display: inline-block;
    margin-left: 4px;
    margin-right: 2px;
    color: #808080;
    font-size: x-small;
}

    .ccSearchSummaryChosenFacetValueRemoveButton:hover {
        color: #de2424;
    }

.ccSearchSummaryFriendlyQuerySubQuery:hover {
    cursor: pointer;
}

.ccSearchSummaryFriendlyQuerySubQueryText:hover {
    text-decoration: underline;
}

.ccSearchSummaryFriendlyQuerySubQueryText:hover + .ccSearchSummaryFriendlyQuerySubQueryButton {
    color: #de2424;
}

.ccSearchSummaryFriendlyQuerySubQueryButton {
    display: inline-block;
    margin-left: 4px;
    margin-right: 2px;
    color: #808080;
    font-size: x-small;
}

    .ccSearchSummaryFriendlyQuerySubQueryButton:hover {
        color: #de2424;
    }

.ccTableview > table th, .ccTableview > table td {
    border-collapse: collapse;
    padding: 10px;
}
.ccTableview > table tr {
    vertical-align: top;
}
    .ccTableview > table tr:nth-child(odd) {
        background-color: #fafafa;
    }
    .ccTableview > table tr:nth-child(even) {
        background-color: #ffffff;
    }
.ccTableview > table th {
    background-color: #f1f1f1;             
}
.mapImageOverlay {
    background-color: #9A8328;
    opacity: 0.15;
    filter: alpha(opacity=15);
    cursor: pointer;
}
.mapImageLevelHeader {
    font-family: 'Times New Roman';
    font-size: 24px;
    font-variant: small-caps; 
    color: #505050;
    margin-top: 24px;
    margin-bottom: 8px;
}

.ccHyperlink {
    cursor: pointer;
    color: #337ab7;
}
    .ccHyperlink:hover {
        text-decoration: underline;
    }

/* zoom controls */
.openseadragon {
    border-top: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
}

.toolbar.fullpage {
    width:      100%;    
    border:     none;
    position:   fixed;
    z-index:    999999;
    left:       0px;
    background-color: #ffffff;
}
#zoomToolBarContainer {
    padding-top: 4px;
    border: 1px solid #c8c8c8;
}
.fullpage>.zoomExtraControls {
    display: none;
}

.zoom-button {
    float: left;
    margin-top: 2px;
    margin-left: 12px;
    cursor: pointer;
    font-size: 22px;
    color: #333;
}
.zoom-button:hover {
    color: #de2424;
}
.zoom-button:active {
}

/* /zoom controls */

#facetBrowserSlider {
    margin-top: 6px;
}

.friendlyQueryPopover .popover {
    margin-bottom: 7px;
}

.popover-content {
    max-width: 800px; /* optional max width */
    width: intrinsic; /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content; /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
}
.popover {
    max-width: 800px; /* optional max width */
    width: intrinsic; /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content; /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
}

.grabbable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

 /* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active { 
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

/* \f142 is ellipsis-v */
/* \202F is thin unbreakable space */
.fa.fa-grip:before {
    content: "\f142 \202F \f142";
}
.fa.fa-grip-large:before {
    content: "\f142 \202F \f142 \202F \f142 \202F \f142 \202F \f142 \202F \f142 \202F \f142";
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.droppableBasket {
    border: 2px solid #dd2211;
    padding: 8px;
    margin: -8px;
}

.canReceiveDrop {
    color: #dd2211;
}

#globalErrorDialog .modal-backdrop.in
{
    opacity:.97 !important;
    background-color: #4a86a0;
    position: fixed;
    height: 100%;
}

#albumDialog {
    width: 80%;
}

#albumOuter {
    height: 300px;
    overflow-y: scroll;
    position: relative;
}

#albumInner {
    position: relative;
}

.albumGrid {
    margin-top: 10px;
}
.grid-stack-item-content {
    color: #000000;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    box-shadow: 1px 1px 1px #a8a8a8;
    overflow: auto !important;
}
.grid-stack-item-header {
    display: none;
    position: absolute;
    right: 8px;
}
.grid-stack-item-content:hover > .grid-stack-item-header {
    display: block;
    z-index: 101000;
}

#imageMapEditorModalInner {
    width: 90%;
}

#imageMapEditorBody {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.ccblockInHtmlEditor {
    margin: 10px;
    padding: 10px;
}
.noscrollbars {
    overflow: hidden;
}

.ccExternalBusy {
	animation-name: rotateThis;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
    opacity: 0.2; filter: alpha(opacity=20);
}

@keyframes rotateThis {
	from { transform: scale( 1 ) rotate( 0deg );   }
	to   { transform: scale( 1 ) rotate( 360deg ); }
}

.columnchartChart {
  height: 85%;
}

.embedFacet:hover {
    cursor: pointer;
    color: #337ab7;
    text-decoration: underline;
}

.wordcloud {
    width: 100%;
    height: 100%;
}

    .wordcloud span {
        cursor: pointer;
    }


.ng-carousel carouselslide {
    background-color: #ffffff;
    text-align: center;
    font-size: 148px;
    line-height: 300px;
    color: #bbb;
}

.ng-carousel carouselslide.empty {
    background: none;
}

.ng-carousel carouselslide:not(.empty):nth-child(odd) {
  background-color: #ffffff;
  color: #ccc;
}

.carousel-nav-parent {
    display: block;
    height: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.carousel-nav-container {
    display: table;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
}

.ccExternalCarousel:hover .carousel-nav-container {
    opacity: 1;
}

.carousel-nav {
    color: #b3b3b3;
    font-size: 60px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    opacity: 0.45; filter: alpha(opacity=45);
}

.xxx_recordBrowser {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
}

.scrollable {
    height: 100%;
    width: 100%;
    overflow-y: auto;
}

.ccRecordBrowserRecord {
    display: table;
    height: 100%;
    width: 100%;
}

.recordBrowserHeader {
}

recordBrowserBody {
     height: auto;
}

.ccRecordBrowserRecord .panel-title {
    cursor: pointer;
    color: #337ab7;
}

    .ccRecordBrowserRecord .panel-title:hover {
        text-decoration: underline;
    }


.ccRecordBrowserRecordTable {
    width: 100%;
    height: 100%;
}

    .ccRecordBrowserRecordTable tr {
        background-color: transparent;
        vertical-align: top;
    }

.ccRecordBrowserRecordImage {
    width: 40%;
    min-width: 100px;
    cursor: pointer;
}

.ccRecordBrowserRecordText {
    width: *;
    padding-left: 8px;
}

.ccRecordBrowserRecordTextInner {
    font-size: 12px;
    xheight: 100px;
}

.imageGalleryParent {
    width: 100%;
    height: 100%;
}

.imageGallery {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.imageGalleryScroll {
}

.imageGalleryImage {
    cursor: pointer;
    opacity: 0;
    -moz-transition: opacity 0.5s; /* Firefox 4 */
    -webkit-transition: opacity 0.5s; /* Safari and Chrome */
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#externalEmbedContainer {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.numberCircle {
    display: inline-block;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    line-height: 18.7px;
    padding-top: 1px;
    border: 0px solid #666;
    text-align: center;
    margin: 0px auto;
    font-family: 'times New Roman' , Times, serif;
    font-weight: bold;
    font-size: 17px;
    font-style: normal;
    font-variant: small-caps;
    background: #156C7F;
    color: #ffffff;
}

.numberCircleColor_1 {
    background: #C00000;
    color: #ffffff;
}

.numberCircleColor_2 {
    background: #7030A0;
    color: #ffffff;
}

.numberCircleColor_3 {
    background: #538135;
    color: #ffffff;
}

.zoomOverlayEditorTagValue {
    cursor: move;
}
    .zoomOverlayEditorTagValue:hover {
        color: #337ab7;
    }

.zoomOverlay {
    border: none;
    background-color: transparent;
    width: 120px;
    _height: 90px;
    max-height: 200px;
    padding: 4px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.zoomOverlay:hover {
    color: #337ab7;
    cursor: pointer;
}
.zoomOverlaySettings {
    position: absolute;
    top: -30px;
    height: 30px;
    width: 100%;
    background-color: #ff7c7c;
    border: 1px solid #f0f0f0;
    color: #ffffff;
    text-align: right;
    display: none;
    padding-top: 8px;
    padding-right: 8px;
}
    .zoomOverlaySettings span {
        cursor: pointer;
    }

.zoomOverlayParent {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.zoomOverlayParent:hover .zoomOverlaySettings {
    cursor: move;
    display: block;
}

.overlay_facet {
	position: relative;
	background-color: #3838db;
	border: 4px solid #d8d8d8;
    padding: 4px;
    color: #d8d8d8;
    font-size: 11px;
    margin-top: 12px;
    box-shadow: 1px 1px 1px #989898;
}
.overlay_facet:after, .overlay_facet:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.overlay_facet:after {
	border-color: rgba(102, 191, 213, 0);
	border-bottom-color: #3838db;
	border-width: 12px;
	margin-left: -12px;
}
.overlay_facet:before {
	border-color: rgba(157, 230, 245, 0);
	border-bottom-color: #d8d8d8;
	border-width: 18px;
	margin-left: -18px;
}

.overlay_button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background: #3498db;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;

}

.overlay_button:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

    .overlay_button>.zoom {
        background: #db9834;
    }

        .overlay_button .zoom:hover {
            background: #fdb03c;
            background-image: -webkit-linear-gradient(top, #fdb03c, #db9834);
            background-image: -moz-linear-gradient(top, #fdb03c, #db9834);
            background-image: -ms-linear-gradient(top, #fdb03c, #db9834);
            background-image: -o-linear-gradient(top, #fdb03c, #db9834);
            background-image: linear-gradient(to bottom, #fdb03c, #db9834);
            text-decoration: none;
        }

.mapEditorMenu {
    padding: 18px;
}

.recordViewShowOverlayList {
    margin-bottom: 12px;
}

.recordViewShowOverlayListItem {
    cursor: pointer;
    color: #337ab7;
}
.footerForPrint {
    margin-top: 12px;
    border: 1px solid black;
    padding: 5px;
}
.recordSpecificationError {
    color: red;
    border: 1px solid red;
    padding: 4px;
    margin-top: 18px;
    margin-right: 8px;
    margin-left: 0px;
}

.advanced2Row {
    margin-bottom: 12px;
}

#advancedSearchModal .modal-dialog {
    _width: 1000px;
}

#advancedSearchModal .tab-content {
    margin-top: 20px;
}

#advancedSearchModal .modal-dialog {
    width: 980px;
    margin: 2.5vh auto;
}

/*Sets the maximum height of the entire modal to 95% of the screen height*/
#advancedSearchModal .modal-content {
    max-height: 95vh;
    overflow: hidden;
}

/*Sets the maximum height of the modal body to 90% of the screen height*/
#advancedSearchModal .modal-body {
    max-height: 75vh;
    overflow: auto;
}
.st-sort-ascent:before {
    content: '\25B2';
}

.st-sort-descent:before {
    content: '\25BC';
}

.lr-drop-target-before{
  border-left: 2px solid orange;
}

.lr-drop-target-after{
  border-right: 2px solid orange;
}

.relatedButton {
  background-color: #5cb85c;
  color: white;
  padding: 5px 5px 5px 5px;
  line-height: 1.5;
  border-radius: 3px;
  text-align: center;
  width:200px;
  cursor: pointer;
}