.postinggoal_index {
    width: 90%;
    max-width: 1425px;
    min-width: 950px;
    margin: 1em auto 0 auto;
    background: var(--opacity60);
    box-sizing: border-box;
    color: var(--font_lmain);
    padding: 0.5em;
        }
        
        .postinggoal_index-headline {
text-align: center;
    color: var(--font_lmain);
    font-family: 'Chivo', Tahoma, Verdana, Arial, cantarell, sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 2px;
    width: 100%;
        }
.postinggoal_index-headline b {
	color: var(--andarna_ondark);
}
        
        .postinggoal_index-counter {
            display: flex;
            flex-wrap: nowrap;
            padding: 10px 0;
            justify-content: space-around;
            align-items: center;
			font-family: 'Chivo', Tahoma, Verdana, Arial, cantarell, sans-serif;
    font-weight: 300;
    font-size: 12px;
        }
        
        .postinggoal_index-counter-bit {
            text-align: center;
        }
        
        .postinggoal_index-count-progress {
            font-weight: bold;
            font-size: 20px;
            display: flex;
            justify-content: center;
    padding: 0px 0px 5px 0px
        }
        
        .postinggoal_index-toplist {
			border-bottom: solid 1px var(--headerhr_dark);
    border-top: solid 1px var(--headerhr_dark);
    text-align: center;
    width: 100%;
    padding: 3px 0px;
        }
        
        .postinggoal_index-progressbar {
            width: 50px;
            height: 50px;
            display: grid;
            place-items: center;
            position: relative;
            font-weight: 700;
            font-size: 13px;
        }
        
        .postinggoal_index-progressbar::before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            border-radius: 50%;
            background: conic-gradient( var(--andarna_ondark), var(--andarna_ondark), var(--andarna_ondark) var(--progress, 0%), var(--headerbar) var(--progress, 0%) 100%);
            mask-image: radial-gradient(transparent 62%, black calc(62% + 0.5px));
        }
        
        #postinggoal_toplist {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }
        
        .postinggoal_toplist-navigation {
            width: 17%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            background: var(--forumhg);
        }
        
        .postinggoal_toplist-navigation-headline {
            min-height: 50px;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            text-transform: uppercase;
            text-align: center;
            padding: 0 5px;
            box-sizing: border-box;
            background: var(--forumhg_tablecat);
        }
        
        .postinggoal_toplist-navigation-item {
            width: 100%;
            margin: 0 auto;
            padding: 2px 10px;
            display: flex;
            align-items: center;
            box-sizing: border-box;
        }
.postinggoal_toplist-navigation-item a {
	    display: block;
	box-sizing: border-box;
	width: 100%;
    background: var(--forumhg_tablecat);
    padding: 5px;
    text-align: center;
    margin: 3px 0px;
    font-weight: 300;
    font-size: 9px;
    letter-spacing: 2px;
    font-family: 'Chivo', Tahoma, Verdana, Arial, cantarell, sans-serif;
    text-transform: uppercase;
    color: var(--font_dlink);
}
.postinggoal_toplist-navigation-item a:hover {
		    color: var(--font_main);
    background: var(--andarna_ondark);	
}
        
        .postinggoal_toplist-navigation-item:last-child {
            -moz-border-radius-bottomright: 6px;
            -webkit-border-bottom-right-radius: 6px;
            border-bottom-right-radius: 6px;
            -moz-border-radius-bottomleft: 6px;
            -webkit-border-bottom-left-radius: 6px;
            border-bottom-left-radius: 6px;
        }
        
        .postinggoal_toplist-main {
            width: 83%;
            box-sizing: border-box;
            background: var(--forumhg);
			padding: 20px 30px;
        }
        
        .postinggoal_toplist-headline {
            width: 100%;
			font-family: 'Chivo', Tahoma, Verdana, Arial, cantarell, sans-serif;
    font-weight: 700;
    font-size: 19px;
    font-style: italic;
    letter-spacing: 4px;
    text-decoration: none;
    text-transform: uppercase;
        }
        
        .postinggoal_toplist-result {
            text-align: justify;
        }
        
        .postinggoal_toplist-table {
            display: flex;
            flex-direction: column;
            padding: 1px;
			    font-family: 'Chivo', Tahoma, Verdana, Arial, cantarell, sans-serif;
    text-align: justify;
    font-weight: 300;
    font-size: 13px;
        }
.postinggoal_toplist-table center {
	padding: 10px 0px;	
}
        
        .postinggoal_toplist-table-row {
            display: flex;
        }
        
        .postinggoal_toplist-table-row.header {
            padding: 0px;
    line-height: normal;
    background: var(--forumhg_tablecat);
    color: var(--font_main);
    font-family: 'Chivo', Tahoma, Verdana, Arial, cantarell, sans-serif;
    font-weight: 500;
        }
        
        .postinggoal_toplist-table-row:last-child {
            -moz-border-radius-bottomright: 6px;
            -webkit-border-bottom-right-radius: 6px;
            border-bottom-right-radius: 6px;
            -moz-border-radius-bottomleft: 6px;
            -webkit-border-bottom-left-radius: 6px;
            border-bottom-left-radius: 6px;
            border-bottom: 0;
        }
        
        .postinggoal_toplist-table-cell {
            flex: 1;
            padding: 5px;
        }
        
        .postinggoal_toplist-table-cell:last-child {
            border-right: 0;
        }
        
        .postinggoal_goalstatus_reached {
            color: var(--alert_ready_font);
            font-weight: bold;
        }
        
        .postinggoal_goalstatus_notreached {
            color: var(--alert_font);
            font-weight: bold;
        }
        .postinggoal_smalltext {
            font-size: 11px;
        }
        
        #postinggoal_usercp {
            background: var(--forumhg);
        }
        
        .postinggoal_usercp-headline {
			margin: 20px 30px 0px 30px;
    font-family: 'Chivo', Tahoma, Verdana, Arial, cantarell, sans-serif;
    font-weight: 700;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
        }
        
        .postinggoal_usercp-desc {
font-family: 'Chivo', Tahoma, Verdana, Arial, cantarell, sans-serif;
    font-weight: 300;
    font-size: 13px;
    padding: 20px 30px 0px 30px;
    line-height: 200%;
    text-align: justify;
    color: var(--font_main);
        }
        
        .postinggoal_usercp-bit {
            margin: 0px 30px;
			font-family: 'Chivo', Tahoma, Verdana, Arial, cantarell, sans-serif;
    text-align: justify;
    font-weight: 300;
    font-size: 13px;
        }
        
        .postinggoal_usercp-bit center {
            padding: 10px 0;
        }
        
        .postinggoal_usercp_add {
            margin: 20px 30px 0px 30px;
        }
        
        .postinggoal_usercp_add-headline {
background: var(--opacity0);
    font-family: 'Chivo', Tahoma, Verdana, Arial, cantarell, sans-serif;
    font-weight: 700;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
        }
        
        .postinggoal_usercp_add-container {
border: solid 1px var(--factshr);
    padding: 6px 6px;
    display: flex;
    justify-content: space-between;
    font-family: 'Chivo', Tahoma, Verdana, Arial, cantarell, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    font-size: 9px;
    letter-spacing: 2px;
        }
        
        .postinggoal_usercp_add-bit {
    box-sizing: border-box;
    background: var(--forumhg_tablecat);
    padding: 5px 0px;
    width: 24.4%;
    display: flex;
    justify-content: center;
    align-items: center;
        }
        
        .postinggoal_usercp_add-bit-headline {
    font-weight: 700;
    display: block;
        }
        
        .postinggoal_usercp_add-bit-input input[type=number] {
            border: solid 1px var(--factshr);
    outline: none;
    background: var(--forumhg);
    color: var(--font_main);
    font-weight: 300;
    font-family: 'Chivo', Tahoma, Verdana, Arial, cantarell, sans-serif;
    font-size: 11px;
    padding: 4px;
        }
.postinggoal_usercp_add_button {
	    display: flex;
    justify-content: flex-end;
    padding: 3px 6px 0px 15px;
}
.postinggoal_usercp_add_button input {
    display: block;
    font-size: 12px;
    text-transform: lowercase;
    letter-spacing: 2px;
    font-weight: 200;
    color: var(--font_link_darkhg);
    background: var(--link_darkhg);
    padding: 0.2em 1em;
    text-decoration: none;
    border: solid 1px var(--link_darkhg);
    outline: 0;
    cursor: pointer;
}
.postinggoal_usercp_add_button input:hover {
    color: var(--font_main);
    background: var(--andarna_ondark);
}
        
        .postinggoal_challenge-headline {
background: var(--forumhg_tablecat);
    padding: 3px;
    line-height: normal;
    font-family: 'Chivo', Tahoma, Verdana, Arial, cantarell, sans-serif;
    font-weight: 700;
        }
        
        .postinggoal_challenge-goals {
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-around;
            align-items: center;
            padding: 10px 0;
        }
        
        .postinggoal_challenge-counter-bit {
            text-align: center;
            width: 33.4%;
        }
        
        .postinggoal_challenge-count-progress {
            font-weight: bold;
            font-size: 20px;
            display: flex;
            justify-content: center;
        }
        
        .postinggoal_challenge-notice {
            text-align: center;
            padding: 5px 0;
        }
        
        .postinggoal_challenge-statistic {
            padding: 5px 0px;
        }
        
        .postinggoal_challenge-table {
            display: flex;
            flex-direction: column;
			width: 100%;
        }
        
        .postinggoal_challenge-table-row {
            display: flex;
			margin: 5px 0px;
			align-items: center;
        }
        
        .postinggoal_challenge-table-row.header {
    background: var(--forumhg_tablecat);
    padding: 3px;
    line-height: normal;
    font-family: 'Chivo', Tahoma, Verdana, Arial, cantarell, sans-serif;
    font-weight: 700;
        }
        
        .postinggoal_challenge-table-row:last-child {
            border-bottom: 0;
        }
        
        .postinggoal_challenge-table-cell {
            flex: 1;
            padding: 0px;
        }
        
        .postinggoal_usercp-challene_past-headline {
            display: flex;
            justify-content: space-between;
        }
        
        .postinggoal_usercp-challene_past-headline-bit {
            width: 50%;
    background: var(--forumhg_tablecat);
    padding: 3px;
    line-height: normal;
    font-family: 'Chivo', Tahoma, Verdana, Arial, cantarell, sans-serif;
    font-weight: 700;
        }