@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,300);
/*--------------------------------------*/
/* HTML-Tags */
/*--------------------------------------*/
html, body, textarea {
	font-family_: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow_: 0px 1px 1px #202020;
}
alt {
	color: red;
}
sup {
	vertical-align: top; line-heigt: 100%; position: relative; top: -4px;
}
a {
	_color: #ffffff;
	color: #000;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}
/*
a, a:hover, a:focus, a:visited, a:active, .link {
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
}*/
img {
	vertical-align_: bottom;
	border: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
/*--------------------------------------*/
/* Body */
/*--------------------------------------*/
.cbody {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	background: rgb(0,0,0);
	cursor: default;
	overflow: hidden;
}
.verdana {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}
.noVerdana {
	font-family: Helvetica, Arial, sans-serif;
}
/*--------------------------------------*/
/* Frames/Divs */
/*--------------------------------------*/
/* General */
.page_body,
.page_login,
.divMessage,
.imageDragg {
	position: absolute;
	visibility: hidden;
	left: -9999px;
	top: -9999px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	background: rgb(0, 0, 0);
	font-size: 13px;
}
.page_login {
	background: rgb(255, 255, 255);
}

/* Ebene */
.spinner {z-index: 2;}
.page_login	{z-index: 3;}
.page_div {z-index: 4;}
.page_body {z-index: 5;}
.navigation {z-index: 51;}
.divImagePreview {z-index: 52;}
.body_grey {z-index: 95;}
.divMessage {z-index: 97;}
.divSpin {z-index: 98;}
.imageDragg {z-index: 99;}

.imageDragg {
	opacity: 0.50;
}
.divSpin {
	visibility: visible;
	position: absolute;
	text-align: center;
	top: -9999px;
	left: -9999px;
	width: 50px;
	height: 50px;
}
/*--------------------------------------*/
/* background's */
/*--------------------------------------*/
.ui-or-color-back {
	background: rgb(108, 108, 108);
}
.ui-or-color-back-2 {
	background: rgb(139, 136, 136);
}
.ui-or-color-back-3 {
	background: rgb(176, 176, 176);
}
.ui-or-border-back-3 {
	border: 1px solid #606060;
}
.ui-or-color-back-head {
	background: rgb(80, 80, 80);
}
.ui-or-color-white {
	background: rgb(255, 255, 255);
}
.ui-or-color-black {
	background: rgb(0, 0, 0);
}
/*--------------------------------------*/
/* Layout Buttons	*/
/*--------------------------------------*/
.button_little {
	background: transparent;
	background-image: linear-gradient(rgb(136,136,136), rgb(108,108,108));
	border: 1px solid rgb(64,64,64);
}
.button_little:hover {
	background-image: linear-gradient(rgb(176,176,176), rgb(148,148,148));
	border: 1px solid rgb(64,64,64);
}
.button_little_down {
	background: #90a0d0;
	border: 1px solid rgb(64,64,64);
}
.button_little_active {
	background: #8888b8;
	border: 1px solid rgb(64,64,64);
	box-shadow: rgba(150, 200, 255, .75) 0px 0px 2px 1px;
}
.button_little_nonactive {
	background: transparent;
	border: 1px solid rgb(64,64,64);
}
.button_little_nonactive img {
	opacity: 0.4;
}

.button_little,
.button_little_down,
.button_little_active,
.button_little_nonactive {
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	border-radius: 4px;
	cursor: pointer;
}
.button_little_nonactive {
	color: #a0a0a0;
	cursor: default;
}

.button_tool {
	background: transparent;
	background-image: none;
	border: 1px solid rgb(64,64,64);
}
.button_tool:hover {
	background-image: linear-gradient(rgb(176,176,176), rgb(148,148,148));
	border: 1px solid rgb(64,64,64);
}
.button_tool_down {
	background: #90a0d0;
	border: 1px solid rgb(64,64,64);
}
.button_tool_active {
	background: #8888b8;
	border: 1px solid rgb(64,64,64);
	box-shadow: rgba(150, 200, 255, .75) 0px 0px 2px 1px;
}
.button_tool_nonactive {
	background: transparent;
	border: 1px solid rgb(64,64,64);
}
.button_tool_nonactive img {
	opacity: 0.4;
}
/*--------------------------------------*/
/* Navigation */
/*--------------------------------------*/
.navigation {
	padding: 3px 0px 0px 0px;
}
.navigationCell {
	padding: 3px 0px 0px 0px;
	text-align: center;
}
/*--------------------------------------*/
/* Login */
/*--------------------------------------*/
.text {
	color: #f7f7f7;
}
.text_copyright {
	font-size: 12px;
	text-decoration: underline;
}
.text_copyright:hover {
	text-decoration: underline;
}
/*--------------------------------------*/
/* Patient List */
/*--------------------------------------*/
.patientList {
	padding: 0px 8px 8px 8px;
	vertical-align: middle;
	text-align: left;
}
.patientListLine > div {
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	border: 1px solid rgb(76,76,76);
	border-radius: .5em .5em .5em .5em;
    background-clip: padding-box;
	cursor: pointer;
}
/* Cell General */
.patientListEntryName,
.patientListEntryDate,
.patientListEntryDescription,
.patientListEntryPreview {
	box-sizing: border-box;
	height: 26px;
	border: 1px inset rgb(188,188,188);
	padding: 0px;
	vertical-align: top;
	text-align: left;
	font-size: 16px;
	text-shadow: 0px 1px 1px #202020;
}
/* Cell Spezial */
.patientListEntryName {
	vertical-align: middle;
	padding: 3px 3px 0px 3px;
	width: 100%;
}
.patientListEntryDate {
	vertical-align: middle;
	text-align: center;
	padding: 3px 3px 0px 3px;
	width: 100px;
}
.patientListEntryDescription {
	padding: 0px 3px 0px 3px;
	vertical-align: middle;
	font-size: 12px;
	height: 24px;
}
.patientListEntryPreview {
	text-align: center;
	height: 24px;
}
.patientListEntryPreviewImage {
	border: 1px solid #8b8888;
	background: #000000;
}

.tab_entry_o {
  	border: 0px solid black;
	box-sizing: border-box;
	height: 20px;
  }
.tab_entry_o_text {
  	border-width: 1px 1px 0px 1px;
  	border-radius: .5em 10px 0em 0em;
  	padding: 2px 9px 0px 9px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 0px 1px 1px #202020;
  }
.tab_entry_o_ro {
  	padding: 8px 0px 0px 10px;
}
.tab_entry_o_ru_back {
	margin: 0px 1px 0px -1px;
}
.tab_entry_o_ru {
  	border-width: 0px 0px 1px 1px;
  	border-radius: 0px 0px 0px 20px;
  	padding: 11px 0px 0px 10px;
  	height: auto;
  	float: none;
}

.tab_entry_u {
  	border: 0px solid black;
	box-sizing: border-box;
  }
.tab_entry_u_text {
  	border-width: 0px 1px 1px 1px;
  	border-radius: 0em 0em .5em 10px;
  	padding: 2px 6px 2px 9px;
	text-shadow: 0px 1px 1px #000;
}
.tab_entry_u_text_share_entry {
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tab_entry_u_ro {
  	padding: 8px 0px 0px 10px;
}
.tab_entry_u_ru_back {
	margin: 0px -1px 0px 1px;
}
.tab_entry_u_ru {
  	border-width: 1px 1px 0px 0px;
  	border-radius: 0px 20px 0px 0px;
  	padding: 11px 0px 0px 10px;
  	height: auto;
  	float: none;
}

.patient_more_entries {
	font-size: 16px;
}
/*--------------------------------------*/
/* user select list */
/*--------------------------------------*/
.ui-list table > tbody > tr > td {
	padding: 6px 6px 6px 4px;
	vertical-align: top;
	text-align: left;
	font-size: 13px;
}
.ui-list > div {
	border: 1px solid #b0b0b0;
	border-top-width: 0px;
	border-radius: 4px;
/*	color: #222;*/
	cursor: pointer;
}
.ui-list > div:nth-child(1),
.ui-list > div:hover:nth-child(1) {
	border-top-width: 1px;
}
/*--------------------------------------*/
/* user select list */
/*--------------------------------------*/
.ui-entry {
	padding: 6px 10px 6px 10px;
	vertical-align: top;
	text-align: left;
	font-size: 13px;
	border: 1px solid #b0b0b0;
	border-radius: 4px;
	cursor: default;
}
/*--------------------------------------*/
/* List */
/*--------------------------------------*/
._list_head {
}
._list_head > table > thead > tr > td {
	color: #fff;
	padding: 8px 8px 8px 1px;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}
._list_line {
	border: 0px solid #4c4c4c;
	border-bottom: 2px solid #4c4c4c;
}
._list_line:nth-child(1),
._list_line:hover:nth-child(1) {
	border-top-width: 2px;
}
._list_line > div > table > tbody > tr > td,
._list_line_active > div > table > tbody > tr > td {
	padding: 6px 6px 6px 2px;
	vertical-align: top;
	text-align: left;
	font-size: 13px;
}
/*--------------------------------------*/
/* Search */
/*--------------------------------------*/
._search_label {
	padding: 0px 5px 0px 5px;
/*	vertical-align: middle;*/
	text-align: right;
	font-size: 14px;
}
._search_input {
	padding: 0px 10px 0px 0px;
}
/*--------------------------------------*/
/* Foot */
/*--------------------------------------*/
._foot_text {
	font-size: 13px;
}
/*--------------------------------------*/
/* Edit */
/*--------------------------------------*/
._edit_head {
	border-radius: 6px;
	padding: 6px 2px 6px 10px;
	vertical-align: middle;
	text-align: left;
	font-size: 18px;
	font-weight_: bold;
}
._edit_line {
/*	background: #f0f0f0;*/
/*	background-image: linear-gradient(#f0f0f0, #d0d0d0);*/
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	border-radius: 6px;
	border: 0px solid #c0c0c0;
	border-width_: 0px 0px 1px 0px;
	margin: 0px 0px 1px 0px;
}
._edit_label_h {
	padding: 10px 4px 8px 10px;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
/*	font-weight: bold;*/
}
._edit_label_v {
	padding: 4px 4px 0px 10px;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
/*	font-weight: bold;*/
}
._edit_input_h {
	padding: 4px 4px 4px 4px;
	vertical-align: top;
	text-align: left;
/*	font-size: 12px;*/
}
._edit_input_v {
	padding: 3px 4px 4px 4px;
	vertical-align: top;
	text-align: left;
/*	font-size: 12px;*/
}
/*--------------------------------------*/
/* Viewer*/
/*--------------------------------------*/
/* Preview */
.viewerImagePreview,
.viewerImagePreviewActive,
.viewerImagePreviewDragg {
	padding: 0px;
	border: 2px solid #6c6c6c;
	background: #000000;
}
.viewerImagePreviewActive {
/*	border: 3px solid #8888b8;*/
	border: 2px solid #f00000;
 }
.viewerImagePreviewDragg {
/*	border: 2px solid rgb(255,201,14);*/
	border: 2px solid #ffc800;
 }

.viewerPreviewCountDiv2_tl {
	text-align: left;
}
.viewerPreviewCountDiv2_tc {
	text-align: center;
}
.viewerPreviewCountDiv2_bc {
	text-align: center;
	bottom: 0;
}
.viewerPreviewCountDiv2_tl,
.viewerPreviewCountDiv2_tc,
.viewerPreviewCountDiv2_bc {
	position: absolute;
	font-size: 11px;
}
.viewerPreviewCountDiv3_tl {
}
.viewerPreviewCountDiv3_tc {
}
.viewerPreviewCountDiv3_bc {
	vertical-align: bottom;
}
.viewerPreviewCountDiv3_tl,
.viewerPreviewCountDiv3_tc,
.viewerPreviewCountDiv3_bc {
	display: inline-block;
	margin: 1px;
	padding: 0px 2px;
	line-height: normal;
	color: #ffc800;
	font-size: 11px;
	background: #404040;
}
.viewerPreviewPin > img {
	background: rgba(96,96,96,.4);
/*	visibility: hidden;*/
	visibility: visible;
	border-radius: 4px;
}
.viewerPreviewPinOver > img {
	background: rgba(96,96,96,.7);
	visibility: visible;
	border-radius: 4px;
}
.viewerPreviewPinActive > img,
.viewerPreviewPinActive > div {
	background: rgba(255,200,0,.7);
	visibility: visible;
	border-radius: 4px;
}
/*--------------------------------------*/
/* Rasters */
.viewerImage {
	padding: 0px;
	vertical-align: top;
	text-align: center;
/*	border-style: inset;
	border-width: 2px;
	border-color: #909090 #dcdcdc #dcdcdc #909090;*/
	border: 2px solid #800000;
	background: #8b8888;
}
/* Raster */
.rasterCell {
	margin: 0px;
	padding: 0px;
	border: 2px solid #404040;
	vertical-align: top;
	background: black;
}
.rasterCellActive {
	margin: 0px;
	padding: 0px;
	border: 2px solid #ff0000;
	vertical-align: top;
	background: black;
}
.rasterCellDropp {
	margin: 0px;
	padding: 0px;
/*	border: 2px solid rgb(255,201,14);*/
	border: 2px solid #ffc800;
	vertical-align: top;
	background: black;
}
/*--------------------------------------*/
/* Overlay */
.block {
	position: absolute;
	width: 100%;
/*	filter: dropshadow(color=#000000, offx=1, offy=1);
	text-shadow: #000000 1px 1px 0px;*/
}
.blockCells {
	margin: 2px;
	padding: 4px;
}
.blockCell {
	border: 0px solid red;
	color: #f0f0f0;
	font-size: 12px;
	font-weight: normal;
	text-shadow: #000000 1px 1px 0px;
}
.rasterHead {
	position_: absolute;
	visibility_: hidden;
	display: inline-block;
	left: 50%;
	top: 0px;
/*	margin-left: -25px;*/
	z-index: 92;
	color: #ffc800;
	background: rgba(64,64,64,.7);
	text-align: center;
	padding: 2px 4px 2px 4px;
}
.rasterHead_hover:hover {
	text-decoration: underline;
}

/*--------------------------------------*/
.rasterTools {
	position: absolute;
	visibility: hidden;
	z-index: 105;
	background_: #404040;
	padding: 0px;

	opacity: 0.70;
}
/*--------------------------------------*/
.slider_symbol {
	position: absolute;
	visibility: hidden;
	padding: 0px;
	display: inline-block;
	border: 0px solid #c49204;
/*	background: #404040;*/
/*	background: #202020;*/
	z-index: 99;
	opacity: 0.8;
}
/*--------------------------------------*/
/* Window Message */
/*--------------------------------------*/
.messageTextSection {
	padding: 3px 0px 7px 0px;
	font-size: 14px;
	line-height: 1.5;
}
.messageTextSection a {
	text-decoration: underline;
}

@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeout {
    from { opacity: 1; }
    to { opacity: 0; }
}
@-webkit-keyframes fadeout {
    from { opacity: 1; }
    to { opacity: 0; }
}
.fade_in {
	opacity: 1;
	-webkit-animation-duration: 250ms;
	-webkit-animation-name: fadein;
	animation-duration: 250ms;
	animation-name: fadein;
}
.fade_out {
	opacity: 0;
	-webkit-animation-duration: 150ms;
	-webkit-animation-name: fadeout;
	animation-duration: 150ms;
	animation-name: fadeout;
}

.body_grey {
	left: 0px;
	top: 0px;
	height: 0px;
	width: 0px;
	position: absolute;
	visibility: hidden;
	background: #282828;
}
@keyframes body_grey_fadein {
    from { opacity: 0; }
    to { opacity: .65; }
}
@-webkit-keyframes body_grey_fadein {
    from { opacity: 0; }
    to { opacity: .65; }
}
@keyframes body_grey_fadeout {
    from { opacity: .65; }
    to { opacity: 0; }
}
@-webkit-keyframes body_grey_fadeout {
    from { opacity: .65; }
    to { opacity: 0; }
}
.body_grey_active_fadein {
	opacity: .65;
	-webkit-animation-duration: 250ms;
	-webkit-animation-name: body_grey_fadein;
	animation-duration: 250ms;
	animation-name: body_grey_fadein;
}
.body_grey_active_fadeout {
	opacity: 0;
	-webkit-animation-duration: 150ms;
	-webkit-animation-name: body_grey_fadeout;
	animation-duration: 150ms;
	animation-name: body_grey_fadeout;
}
.body_grey_active {
	opacity: .65;
}
.body_grey_active_no {
	opacity: 0;
}
.dialog-block {
	margin: 0px 0px 5px 0px;
	padding: 8px 10px 8px 10px;
	font-size: 13px;
	_color: #fff;
	color: #000;
	background: rgb(120, 120, 120);
}
.dialog-block-head {
	padding: 0px 10px 8px 0px;
	font-size: 15px;
	font-weight: normal;
}

/*--------------------------------------*/
.wrapper {
	position: relative;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 8px;
}
.wrapper_no_mobile {
	position: relative;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 5px;
	padding-left_: 5px;
	box-sizing: border-box;
}
.scroller {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: 100%;
	float: left;
	padding: 0;
}
/*--------------------------------------*/
.input_text {
	background: #a29f9f;
	color: #ffffff;
/*	border: 1px solid #4e4e4e;*/
	border: 2px inset #8c8c8c;
	font-size: 13px;
	padding: 1px 4px;
/*	height: 14px;*/
}
.input_text_blank {
	background: #a29f9f;
	color: #656565;
	border: 2px inset #dcdcdc;
	font-size: 13px;
	padding: 1px 4px;
	height: 13px;
}
.input_text_focus {
	background: #c79200;
	color: #ffffff;
	border: 2px inset #dcdcdc;
	font-size: 13px;
	padding: 1px 4px;
}
/*--------------------------------------*/
.curved {
    border-radius: 10px;
}
/*--------------------------------------*/
.contentEditable {
	border: 2px inset #808080;
	padding: 3px;
	background: #909090;
/*	background: transparent;*/
	font-size: 14px;
	z-index: 102;
}
.contentEditable > p {
	margin: 0px;
	padding: 0px;
}
.contentEditableInfo {
	position: absolute;
	visibility: hidden;
	margin: 13px 0px 0px 10px;

	color: #c0c0c0;
/*	border: 2px solid transparent;*/
/*	padding: 3px;*/
	background: transparent;
	font-size: 14px;
	z-index: 101;
}
/*--------------------------------------*/
.modality_peview {
/*	border: 1px solid transparent;*/
	margin-bottom: 2px;
	border-radius: 4px;
	background: #a8b8ff;
	cursor: pointer;
}
.modality_peview:hover {
	background: #bcccff;
}
.modality_entry {
	background_: #90a8ff;
	background: #a8b8ff;
	border: 2px solid #a8b8ff;
}

.modality_cr_ {
	background: #90b0ff;
}
.modality_cr_:hover {
	background: #a0c0ff;
}
.modality_dx_ {
	background: #90b0ff;
}
.modality_dx_:hover {
	background: #a0c0ff;
}
.modality_ct_ {
	background: #ffd090;
}
.modality_mr_ {
	background: #c060ff;
}
.modality_us_ {
	background: #ff5048;
}
.modality_nm_ {
	background: #70c060;
}
/*--------------------------------------*/
.print_rasters_preview {
	background: #ffffff;
	border: 1px solid #808080;
	padding: 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 4px rgba(0,0,0,.6);
}
.print_rasters_print {
	background: #ffffff;
	border: 1px solid #ffffff;
}
.print_raster_image {
	overflow: hidden;
	vertical-align: bottom;
	display: inline-block;
	text-align: center;
}
.print_head_left {
	position: absolute;
	text-align: left;
	margin-left: 1px;
}
.print_head_left_text {
	padding: 1px 3px 1px 3px;
	color: #e0e0e0;
	font-size: 10px;
	text-shadow: #000000 1px 1px 0px;
}
.print_head_right {
	position: absolute;
	text-align: right;
	margin-left: 1px;
}
.print_head_right_text {
	padding: 1px 3px 1px 3px;
	color: #e0e0e0;
	font-size: 10px;
	text-shadow: #000000 1px 1px 0px;
}
.print_counter {
	position: absolute;
	text-align: center;
}
.print_counter_text {
	padding: 2px 4px 1px 4px;
	font-weight: bold;
	color: #ffc800;
	font-size: 12px;
	background: rgba(128,128,128,0.8);
}
/*--------------------------------------*/
/* Layout info bars	*/
/*--------------------------------------*/
.info_bar {
	background: rgb(139, 136, 136);
	background-image: linear-gradient(rgba(0,210,40,.7), rgba(0,130,40,.7));
	border: 2px inset rgb(76,76,76);
	border-radius: 4px;
}
.info_bar2 {
	background: rgb(80, 80, 80);
	background-image: linear-gradient(rgba(220,60,60,1), rgba(130,40,40,1));
	border-radius: 4px 0px 0px 4px;
}
.status_bar {
	background: rgb(139, 136, 136);
	background-image: linear-gradient(#e0f0e0, #c0f0c0);
	border_: 1px solid rgb(76,76,76);
	border-radius: 4px;
}
.status_bar2 {
	background: rgb(80, 80, 80);
	background-image: linear-gradient(#408040, #206020);
	border_: 1px solid rgb(76,76,76);
	border-radius: 4px 0px 0px 4px;
}

#translate_selection {
  table-layout: fixed ;
  width: 100% ;
  border: none ;
}

#translate_selection td {
  width: 50% ;
  padding: 10px ;
}

#translationEdit td {
  border: none;
}

.header {
  _background: #777;
  _position: fixed;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #555;
  display: flex;
  justify-content: flex-end;
}

.translate_button {
  background-color: #777;
  border: none;
  color: white;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.reset_button {
  background-color: #777;
  border: none;
  cursor: pointer;
}

.active, .translate_button:hover, .reset_button:hover {
  background-color: #555;
}

.column {
  padding: 15px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  color: white;
  background-color: #777;
}

.containerTab {
  padding: 20px;
  color: white;
  background-color: #555;
}

.row {
  background-color: #777;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
} 

#searchInput {
  /* 
  background-image: url('../images/search.svg');
  background-position: 10px 10px;
  background-repeat: no-repeat;
   */
  /* width: 100%; */
  font-size: 16px;
  padding: 8px 20px 8px 40px;
  border: 1px solid #ddd;
}

.translation_table_header {
  cursor: pointer;
  font-size: 16px;
}

#table_div {
  overflow-y: scroll;
  overflow-x: hidden;
  background: #555;
}
