.tipsy {
    position: absolute;
    padding: 5px;
    z-index: 100000;
}

.tipsy-inner {
	font-family: 'Exo 2', sans-serif;
	font-size: 11px;
    background: #161616;
    color: #FFFFFF;
    max-width: 200px;
    padding: 5px 8px;
    text-align: center;
}

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #161616;
}

.tipsy-arrow-n {
    border-bottom-color: #161616;
}

.tipsy-arrow-s {
    border-top-color: #161616;
}

.tipsy-arrow-e {
    border-left-color: #161616;
}

.tipsy-arrow-w {
    border-right-color: #161616;
}

.tipsy-n .tipsy-arrow {
    top: 0px; left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.catdesc {
  	font-family: 'Exo 2', sans-serif;
  	font-size: 11px;
  	padding: 6px 12px;
  	background: #242424;
  	color: #FAFAFA;
}

#header {
	background: #000000;
	height: 200px;
        margin: 0px auto;
        max-width: 1300px;
        width: 85%;
}

.logo {
	color: #FFFFFF;
        cursor: default;
	float: left;
	font-family: 'Exo 2', sans-serif;
	font-size: 50px;
	font-weight: 400;
        left: 0%;
	margin-top: 20px;
        outline: none;
        position: relative;
	transition: all 0.5s ease;
}


.logo:hover {
    transform: scale(1.05);
    opacity: 0.6;
    transition: opacity 0.3s;

}

.logo2 {
	float: left;
	margin-top: 10px;
	transition: all 0.5s ease;
	
	color: #FFFFFF;
}

.logo:hover > .logo2 {
  	transform: rotate(360deg);
}

.menu {
  	float: left;
        font-size: 1.8em;
  	margin: 0.26em 0 0 1em;
  	padding: 0;
        position: relative;
  	text-align: right;
        top: 0px;
}

.menu ul {
  	margin: 0;
  	padding: 0;
}

.menu ul li {
  	list-style: none;
  	display: inline-block;
  	margin: 0 0 0 0px;
  	padding: 0;
  	text-align: center;
  	width: 1.25em;
  	height: 1.4em;
  	line-height: 30px;
}

.menu ul li a:link, .menu ul li a:visited {
  	color: rgba(255, 255, 255, 0.5);
  	text-decoration: none;
  	transition: all 0.5s ease;
}

.menu ul li a:hover, .menu ul li a:active {
  	color: rgba(255, 255, 255, 1);
  	text-decoration: none;
  	transition: all 0.5s ease;
    	font-size: 30px;
}

#panel {
  	background: #090909 url(http://openmodding.net/images/openmodding_v2/background_panel.png) no-repeat;
        box-shadow: 0px 1px 9px 1px #555;
        left: 0px;
        position: fixed !important;
        top: 0px;
        width: 100%;
        z-index: 100;
}

.news {
 	padding: 0;
	margin: 0;
  	width: 492px;
  	height: 50px;
  	line-height: 50px;
  	float: left;
        position: relative;
        left: 20px;
        clear: left;
}

.announcements {
  	width: 17px;
  	padding: 0 5px 0 0;
    color: #FFFFFF;
  	text-align: left;
  	float: left;
  	margin-top: 13px;
}

.automsj {
  	width: 446px;
  	float: left;
  	padding: 0 5px;
  	font-family: 'Exo 2', sans-serif;
  	font-size: 13px;
  	margin: 1px auto 0 auto;
}

.automsj ul {
  	padding: 0;
  	margin: 0;
}

.quotes {
    color: #FFFFFF;
  	list-style: none;
  	display: none;
  	text-align: left;
}

.usersection {
  	color: #FFFFFF;
  	float: right;
        font-family: "Ubuntu" , sans-serif;
  	height: 50px;
  	line-height: 50px;
  	margin: 0;
  	padding: 0;
        position: relative;
  	text-align: right;
        top: 0px;
}

.loginbutton a:link, .loginbutton a:visited {
  	padding: 5px 8px;
  	margin-left: 10px;
  	color: #FFFFFF;
  	transition: all 0.5s ease;
  	background: #d00000;
  	text-decoration: none;
}

.loginbutton a:hover, .loginbutton a:active {
  	transition: all 0.5s ease;
  	background: #fe0000;
  	text-decoration: none;
}

.registerbutton a:link, .registerbutton a:visited {
  	padding: 5px 8px;
  	margin-left: 10px;
  	color: #FFFFFF;
  	transition: all 0.5s ease;
  	background: #242424;
  	text-decoration: none;
}

.registerbutton a:hover, .registerbutton a:active {
  	transition: all 0.5s ease;
  	background: #404040;
}

.usermenu {
        display: inline;
  	font-size: 13px;
        margin-right: 10px;
        z-index: 11;
}

.usermenu a:link, .usermenu a:visited {
  	color: #AA0000;
  	transition: all 0.5s ease;
  	text-decoration: none;
}

.usermenu a:hover, .usermenu a:active {
	color: #FF0000;
  	transition: all 0.5s ease;
}

.panelavatar {
  	margin: 0 5px 0 0;
  	padding: 0;
}

.wrapper-dropdown-5 {
  	color: #AA0000;
        float: right;
        font-size: 1.8em;
        cursor: pointer;
        outline: none;
        position: relative;
        top: -32px;
  	transition: all 0.5s ease;
        z-index: 10;
}

.wrapper-dropdown-5 .dropdown {
    padding: 0;
	top: 18px;
	left: -172px;
	list-style: none;
	max-height: 0;
	overflow: hidden;
  	color: #FFF;
	background: #242424;
  	transition: all 0.5s ease;
}

.wrapper-dropdown-5:hover, .wrapper-dropdown-5:active {
    cursor: pointer;
	transition: all 0.5s ease;
  	color: #F00;
}

.wrapper-dropdown-5 .dropdown li {
    padding: 5px;
}

.wrapper-dropdown-5 .dropdown li a {
    padding: 5px;
    height: 20px;
    line-height: 18px;
    display: block;
    font-size: 13px;
    text-decoration: none;
    color: #FFFFFF;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

.wrapper-dropdown-5 .dropdown li:hover a {
    display: block;
    cursor: pointer;
	background: #cc0000;
  	transition: all 0.3s ease;

}

.wrapper-dropdown-5.active .dropdown {
    max-height: 400px;
}

.tduser {
    padding: 0;
    margin: 0;
}

.admincp a:link, .admincp a:visited {
  	background: #d00000;
  	padding: 4px 3px 4px 5px;
  	transition: all 0.5s ease;
  	color: #EFEFEF;
}

.admincp a:hover {
  	background: #fe0000;
  	transition: all 0.5s ease;
  	color: #FFFFFF;
}

.modcp a:link, .modcp a:visited {
  	background: #00abd0;
  	padding: 4px;
  	transition: all 0.5s ease;
  	color: #EFEFEF;
}

.modcp a:hover {
  	background: #00d1fe;
  	transition: all 0.5s ease;
  	color: #FFFFFF;
}

.breadcrumb {
	font-family: 'Exo 2', sans-serif;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    margin: auto;
    padding: 0;
	background: #630000;
    color: #FFFFFF;
    border: 1px none;
    height: 44px;
    width: 98%;
}

.breadcrumb .crust {
    display: block;
    float: left;
    position: relative;
}

.breadcrumb .crust:first-child a.crumb {
    padding-left: 10px;
}

.breadcrumb .crust a.crumb, .breadcrumb .crust b.lastcrumb {
    text-decoration: none;
    padding: 5px 5px 5px 30px;
    margin-bottom: -1px;
    outline: 0 none;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
	background: #242424;
	transition: all 0.5s ease;
}

.breadcrumb .crust b.lastcrumb {
    background: transparent none;
}

.breadcrumb .crust a.crumb, .breadcrumb .crust b.lastcrumb {
    line-height: 35px;
}

.breadcrumb .crust .arrow {
    border: 22px solid transparent;
    border-right: 1px none;
    border-left-color: #242424;
    display: block;
    position: absolute;
    right: -22px;
    top: 0;
    z-index: 1;
    width: 0px;
    height: 0px;
}

.breadcrumb .crust .arrow span {
    border: 23px solid transparent;
    border-right: 1px none black;
    border-left-color: #242424;
    display: block;
    position: absolute;
    left: -24px;
    top: -23px;
    z-index: 51;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 9999px;
    width: 0px;
    height: 0px;
	transition: all 0.5s ease;
}

.breadcrumb .refresh:hover {
    background-position: 0px -16px;
}

.breadcrumb .crust:last-child a.crumb {
}

.breadcrumb .crust:hover a.crumb {
    text-decoration:none; 
    cursor: pointer;
    background: #404040;
	transition: all 0.5s ease;
}

.breadcrumb .crust:hover .arrow span {
 
    border-left-color: #404040;
	transition: all 0.5s ease;
}

.effect {
  	opacity: 0.5;
  	transition: all 0.5s ease;
}

.effect:hover {
  	opacity: 1;
  	transition: all 0.5s ease;
}

.scrolltotop {
        background: none repeat scroll 0% 0% #000;
        bottom: 40%;
        color: #FFF;
        cursor: pointer;
        display: none;
  	font-size: 12px;
  	opacity: 0.9;
        padding: 20px 10px 23px;
        position: fixed;
        right: 0px;
        text-decoration: none;
	transition: all 0.5s ease;
        z-index: 1;
}

.scrolltotop:hover {
        background: none repeat scroll 0% 0% #050505;
	box-shadow: 0px 0px 10px 1px #FF0000;
        color: #F00;
        cursor: pointer;
	opacity: 1;
	transition: all 0.5s ease;
}

.buttons {
    cursor: pointer;
    color: #FFFFFF;
    width: 44px;
    height: 29px;
    padding-top: 15px;
    text-align: center;
    background: #242424;
	transition: all 0.5s ease;
}

.buttons:hover {
    cursor: pointer;
    color: #FFFFFF;
    background: #404040;
	transition: all 0.5s ease;
}

.clickedbuttons {
    cursor: pointer;
    color: #FFFFFF;
    width: 44px;
    height: 29px;
    padding-top: 15px;
    text-align: center;
    background: #242424;
	transition: all 0.5s ease;
}

.clickedbuttons:hover {
    cursor: pointer;
    color: #FFFFFF;
    background: #404040;
	transition: all 0.5s ease;
}

.theadmain {
        background: #630000 url(../../../images/openmodding_v2/thead_bg.png) no-repeat scroll 100% center;
}

.thead {
  	font-size: 13px;
  	color: #FAFAFA;
  	height: 30px;
  	line-height: 29px;
  	font-weight: bold;
}

.thead a:link, .thead a:visited {
  	color: #FAFAFA;
  	text-decoration: none;
  	font-weight: bold;
}

.thead a:hover, .thead a:active {
  	color: #FAFAFA;
  	text-decoration: none;
}

.theadend {
  	height: 0px;
  	background: #630000;
}

.language {
  	float: right;
  	margin-left: 20px;
}

.themes {
	float: right;
}

#footer {
	background: #000000;
        margin: 0px auto;
        max-width: 1300px;
	overflow: hidden;
        width: 85%;
}

#copyright {
	background: #242424;
	color: #FAFAFA;
	line-height: 50px;
        margin: 0px auto;
        max-width: 1300px;
	overflow: hidden;
        width: 85%;
}

#copyright a:link, #copyright a:visited {
  	color: #FF0000;
  	transition: all 0.5s ease;
  	text-decoration: none;
        transition: text-shadow 0.2s linear 0s;
}

#copyright a:hover, #copyright a:active {
  	color: #FF0000;
  	transition: all 0.5s ease;
  	text-decoration: none;
        text-shadow: 0px 0px 8px #F00;
        transition: text-shadow 0.2s linear 0s;
}

.friends {
  	float: left;
        padding: 10px 10px 10px 20px;
}

.friends a:hover{
        font-size: 15px;
}

.two {
  	float: right;
  	padding: 10px;
  	width: 30%;
}

.two a:hover {
    margin-left:6px;
}

.friends h3 {
  	font-size: 19px;
  	color: #FAFAFA;
  	margin: 20px 0;
}

.two h3 {
  	font-size: 19px;
  	color: #FAFAFA;
  	margin: 20px 0;
}


.friends p {
  	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
  	line-height: 11px;
}

.two ul {
  	margin: 0;
  	padding: 0;
}

.two ul li {
  	list-style: none;
  	display: block;
  	padding: 2px 0;
  	margin: 0;
}

.two ul li a:link, .two ul li a:visited {
  	text-decoration: none;
  	color: rgba(255, 255, 255, 0.5);
  	transition: all 0.5s ease;
}

.two ul li a:hover, .two ul li a:active {
  	color: rgba(255, 255, 255, 1);
  	transition: all 0.5s ease;
}

::-webkit-scrollbar {
  
    width: 15px;
}

::-webkit-scrollbar-track {
  
    background: #404040;
}

::-webkit-scrollbar-thumb {
  
    background: #707070;
}

::-webkit-scrollbar-thumb:hover {
  
    background: #ababab;
}

.userbrowsing {
  	background: #242424;
        color: #FAFAFA;
  	border: 0px solid #CCC;
  	padding: 8px;
}

.moderatedby {
  	background: #242424;
        color: #DADADA
  	border: 1px solid #CCC;
  	padding: 8px;
}

.pagination2 a:link, .pagination2 a:visited {
  	font-family: 'Exo 2', sans-serif;
  	font-size: 11px;
  	background: #630000;
  	color: #FAFAFA;
  	transition: all 0.5s ease;
  	padding: 3px 7px 3px 6px;
}

.pagination2 a:hover, .pagination2 a:active {
  	background: #CC0000;
  	transition: all 0.5s ease;
}

.bigbutton a:link, .bigbutton a:visited {
  	font-family: 'Exo 2', sans-serif;
  	font-size: 13px;
  	background: #630000;
  	padding: 11px 25px 11px 12px;
  	color: #FAFAFA;
  	transition: all 0.5s ease;
}

.bigbutton a:hover, .bigbutton a:active {
  	background: #CC0000;
  	transition: all 0.5s ease;
}

.closedbutton a:link, .closedbutton a:visited {
  	font-family: 'Exo 2', sans-serif;
  	font-size: 13px;
  	background: #650000;
  	padding: 10px 16px 10px 12px;
  	color: #FAFAFA;
  	transition: all 0.5s ease;
}

.closedbutton a:hover, .closedbutton a:active {
  	background: #a70000;
  	transition: all 0.5s ease;
}

.centered {
  	text-align: center;
}

.pbbutton a:link, .pbbutton a:visited {
  	font-family: 'Exo 2', sans-serif;
  	font-size: 13px;
  	background: #9a1010;
  	padding: 5px 8px 5px 6px;
  	color: #FAFAFA;
  	transition: all 0.5s ease;
}

.pbbutton a:hover, .pbbutton a:active {
  	background: #cd0505;
  	transition: all 0.5s ease;
}

.pbredbutton a:link, .pbredbutton a:visited {
  	font-family: 'Exo 2', sans-serif;
  	font-size: 13px;
  	background: #a70000;
  	padding: 5px 8px 5px 6px;
  	color: #FAFAFA;
  	transition: all 0.5s ease;
}

.pbredbutton a:hover, .pbredbutton a:active {
  	background: #d00000;
  	transition: all 0.5s ease;
}

.minibutton a:link, .minibutton a:visited{
	padding: 5px;
  	text-align: center;
  	background: #9a1010;
  	transition: all 0.5s ease;
  	color: #FAFAFA;
}

.minibutton a:hover, .minibutton a:active {
  	background: #cd0505;
  	transition: all 0.5s ease;
}

.welcomebox {
  	width: 370px;
  	margin: 10px 0 0 20px;
  	float: left;
  	text-align: justify;
  	font-family: 'Exo 2', sans-serif;
  	font-size: 13px;
  	background: #000000;
  	color: #FAFAFA;
  	line-height: 22px;
}

.welcometitle h1 {
  	font-family: 'Exo 2', sans-serif;
  	font-size: 19px;
  	font-weight: 400;
  	text-align: center;
  	margin: 0 0 30px 0;
  	color: #FAFAFA;
}

.welcometitle {
  	background: #AB1010;
  	color: #FAFAFA;
}

.welcomelogin {
  	background: #000000;
  	color: #FAFAFA;
  	width: 190px;
  	margin: 10px 10px 0 50px;
  	float: left;
  	text-align: left;
  	line-height: 22px;
}

input.loginbutton {
  	padding: 5px 8px;
  	color: #FFFFFF;
  	transition: all 0.5s ease;
  	background: #d00000;
  	text-decoration: none;
  	border: 1px none;
}

input.loginbutton:hover {
  	transition: all 0.5s ease;
  	background: #fe0000;
  	text-decoration: none;
}

.welcomelogin ul {
    float: left;
    margin: 0;
  	padding: 0;
    list-style: none;
}

.welcomelogin li {
    display: block;
}

.log {
    color: #FFFFFF;
    padding: 8px 8px 7px 7px;
	margin: 0 0 10px 0;
    background: #363636;
    border-top: 1px solid #363636;
    border-left: 1px solid #363636;
    border-bottom: 1px solid #363636;
    border-right: 1px none;
}

.textlog {
	font-family: 'Exo 2', sans-serif;
	font-size: 13px;
    width: 90px;
    color: #363636;
    background: #FFFFFF;
    border-top: 1px solid #363636;
    border-right: 1px solid #363636;
    border-bottom: 1px solid #363636;
    border-left: 1px none;
    padding: 8px 8px 7px 8px;
  	margin: 0 0 10px 0;
}

.searchbox_panel {
    float:left;
    position: relative;
    top: 13px;
}

.searchbox_panel_textbox {
        float: left;
        display: inline;
}

.searchbox_panel_adv {
        float: right;
        padding: 5px;
        border: 1px solid #242424;
        background: none repeat scroll 0% 0% #000;
        transition: box-shadow linear 0.25s;
}

.searchbox_panel a:hover {
	box-shadow: 0px 0px 10px 1px #FF0000;
        color: #F00;
	transition: box-shadow linear 0.2s;
}

.portal_social_img {
    opacity: 0.6;
    transition: box-shadow linear 0.3s, opacity 0.3s;
}
 
.portal_social_img:hover {
    box-shadow: 0px 0px 6px 1px #AAA;
    opacity: 1.0;
}

.readmore {
        background: none repeat scroll 0% 0% #630000;
        color: #B2B2B2;
        font-family: "Exo 2",sans-serif;
	padding: 10px;
        margin: 20px;
        transition: box-shadow linear 0.25s, background linear 0.25s;
}

.readmorespan {
        font-size: 20px;
}

.readmore:hover {
        background: none repeat scroll 0% 0% #A00000;
        box-shadow: 0px 1px 9px 2px #555;
        color: #C3C3C3;
	transition: box-shadow linear 0.2s, background linear 0.2s;
}

.readmore:active {
        color: #C3C3C3;
        outline: none;
}

.flipori {
        transition: transform 0.5s ease 0s;
}

.flipor:after {
        transform: perspective(100px) rotateY(-180deg);
}

.bgdop {
        background: rgba(1, 1, 1, 0.6);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5fa010101, endColorstr=#5fa010101);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5fa010101, endColorstr=#5fa010101)";
}

.social_box_laterale {
        display: block;
        bottom: 35%;
        padding: 2em 1em 2.3em 15em;
        left: -14em;
        overflow-x: hidden;
        cursor: pointer;
        background: none repeat scroll 0% 0% #000;
        transition: all 0.5s ease 0s;
        font-size: 12px;
        z-index: 2;
        text-decoration: none;
        color: #FFF;
        position: fixed;
}

.social_box_laterale:hover {
        background: none repeat scroll 0% 0% #050505;
	box-shadow: 0px 0px 10px 1px #FF0000;
        color: #F00;
        cursor: pointer;
        left: 0px;
	transition: all 0.5s ease;
}

.font20 {
        font-size: 20px;
}

.sbl_facebook {
        border: medium none;
        float: left;
        height: 20px;
        margin-left: -140px;
        overflow: hidden;
        width: 110px;
}

.sbl_twitter {
        float: left;
        margin-left: -140px;
}


.metrobutton {
        background: #630000;
        color: #C3C3C3;
        border: none;
        padding: 5px;
	transition: box-shadow linear 0.2s, background linear 0.2s;
}

.metrobutton:hover {
        background: none repeat scroll 0% 0% #A00000;
        box-shadow: 0px 1px 9px 2px #555;
        color: #FAFAFA;

}

.metrobutton:active {
        color: #C3C3C3;
        outline: none;
}

.z3 {
        z-index: 3;
}

.ferrox {
        background-image:url(http://openmodding.net/images/LDZ_FERROX_logo.png);
        background-repeat:no-repeat; 
        background-position:center top;
}








.showusermenu {
  	color: #AA0000;
        cursor: pointer;
        float: right;
        height: 50px;
        list-style: none;
        outline: none;
        padding-right: 3px;
        position: relative;
        top: 0px;
        transition: all 0.5s ease;
        z-index: 10;
}

.showusermenu:hover {
        background-color: #111;
	box-shadow: 0px -5px 10px 1px #FF0000;
        transition: all 0.5s ease;
}

.showusermenu:hover a {
        color: #F00;
}

.showusermenu:hover ul {
        visibility: visible;
}


.hiddenusermenu {
        background-color: #242424;
        line-height: 35px;
        margin-top: 0px;
        padding-left: 0px;
        visibility: hidden;
}

.hiddenusermenu .tooltip {
  width: 150px;
}

.hiddenusermenu li {
        color: #FAFAFA;
        list-style: none;
        text-align: left;
        padding: 2px;
        transition: background-color 0.5s linear 0s, border-left 0.5s linear 0s, margin-left 0.5s linear 0s;
}

.hiddenusermenu li a {
        color: #FAFAFA;
        display: block;
        font-size: 13px;
        padding-left: 5px;
        transition: margin 0.5s ease;
}

.hiddenusermenu li a:hover {
        background-color: #F00;
        border-left: 2px solid #F00;
        color: #FAFAFA;
        font-size: 14px;
        margin-left: -4px;
        transition: margin 0.5s ease;
}

.divider {
        background-color: #444;
        box-sizing: border-box;
        height: 1px;
        margin: 9px 0px;
        overflow: hidden;
        padding: 0px;
}

@media only handheld and (min-width: 480px) {
        font-size: 60px; 
}

.w20 {
        padding: 0px;
        width: 20%;
}

.footercontainer {
        margin: 0px auto;
        max-width: 1300px;
        width: 85%;
}

.portaltable {
        margin: 0px auto;
        max-width: 1300px;
        width: 85%;
}

.anntable {
        float: right;
        padding: 10px;
        width: 78%;
}

.sidtable {
        padding: 10px;
        width: 18%;
}

.curdef {
        cursor: default;
}

.curpoi {
        cursor: pointer;
}

.curcro {
        cursor: crosshair;
}

.onlymobile {
        display: none;
}
		


.cookieinfo {
        bottom: 0px;
        margin: 0px auto;
        padding: 10px; background-color: rgb(164, 164, 164);
        position: fixed ! important;
        width: 100%;
}