/* specific style for Nauk 2 */

@import "framework.css";

/* override global screen.css */
body.w890 .text.right { width: 200px; }
body.w890 .interactive-area { width: 868px; padding: 4px 0px; }
body.w890 .interactive-area.with-left { width: 650px; padding-left: 14px; }
body.w890 .interactive-area.with-right { width: 650px; padding-right: 4px; }
body.w890 .interactive-area.with-left.with-right { width: 448px; padding: 4px 4px 4px 6px; }

/* extra styling for info box */

.right .info-box {
   width: 186px;
   margin-left: -14px;
}
.interactive-area .info-box {
   width: 95%;
}
.left .info-box {
   width: 165px;
   /*text-align: right;*/
}

.right .icon-info {
  right:  11px;
}
.left .icon-info, .interactive-area .icon-info {
  left:  11px;
}


/* other */
.popupImpl .popupCloseWin {
   left: auto !important;
   right: -15px !important;
}
