
.cnt{
    margin: 0 auto;
    margin-bottom: 0px;
}


 body {
	text-align: left;
	background-color: #eae6da;
	font-size: 13px;
	font-weight: bold;
	color: #000;
 }

.countdownbar{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center;
    align-content:center; 
    margin-top: 5px;
    margin-bottom: 0px;
}
.count {
    padding: 2px;
    width: 74px;
    text-align: center;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 5px;
    border: 0px dotted #fff;
}
.countnr {
	font-size: 20px;
	font-weight: bold;
	color: #fae3c0;
}

.count_text {
	font-size: 11px
	;color: #888;
}

.count_info {
	font-size: 11px
	;color: #555;
}

.count_sm {
    padding: 0px;
    width: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 0px dotted #fff;
}
.countnr_sm {font-size: 10px;color: #62c462;}
.countnr_sm_info {font-size: 10px;color: red;margin-bottom: 5px;}

.front {
	border: 1px solid transparent;
	padding: 5px;
	font-size: 14px;
	line-height: 140%;
	border-radius: 0.35rem;

	background-color: #3A3F44;
	border-color: #3A3F44;
	border-color: rgba(0, 0, 0, 0.6);

	background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3A3F44), to(#313539));
	background-image: linear-gradient(#484e55, #3A3F44 60%, #313539);
	background-repeat: no-repeat;
	-webkit-filter: none;
	filter: none;
}
.frontuserlist {
	max-height: 150px;
	font-size: 12px;
	font-weight: bold;
	overflow-x: hidden;
	color: #FFF;
}
.frontquest {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.frontrubrik {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.frontinfo {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #999;
	text-align: left;
	padding: 4px;
}

.countnrlist {
	font-size: 18px;
	font-weight: bold;
	color: #d9a24b;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

 .container {
    width: 378px;
 }

.btn {
	 display: inline-block;
	 font-weight: 400;
	 text-align: center;
	 white-space: nowrap;
	 vertical-align: middle;
	 border: 1px solid transparent;
	 padding: 0.75rem 1rem;
	 font-size: 0.9375rem;
	 line-height: 1.5;
	 border-radius: 0.35rem;
	 color: #fff;
	 background-color: #3A3F44;
	 border-color: #3A3F44;
	 border-color: rgba(0, 0, 0, 0.6);
	 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	 background-image: -webkit-gradient(linear, left top, left bottom, from(#d9a24b), color-stop(20%, #a57325), to(#313539));
	 background-image: linear-gradient(#d9a24b, #a57325 20%, #313539);
	 background-repeat: no-repeat;
	 -webkit-filter: none;
	 filter: none;
}
.btn:focus,
.btn:hover {
	 text-decoration: none;
	 color: #fff;
	 background-color: #282c2f;
	 border-color: #232628;
	 border-color: rgba(0, 0, 0, 0.6);
	 background-image: -webkit-gradient(linear, left top, left bottom, from(#101112), color-stop(40%, #17191b), to(#1b1e20));
	 background-image: linear-gradient(#101112, #17191b 40%, #1b1e20);
	 background-repeat: no-repeat;
	 -webkit-filter: none;
	 filter: none;
}
.btn_sm {
	 font-weight: 400;
	 text-align: center;
	 white-space: nowrap;
	 vertical-align: middle;
	 border: 1px solid transparent;
	 padding: 5px;
	 font-size: 14px;
	 line-height: 140%;
	 border-radius: 0.35rem;
	 color: #fff;
	 background-color: #3A3F44;
	 border-color: #3A3F44;
	 border-color: rgba(0, 0, 0, 0.6);
	 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	 background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3A3F44), to(#313539));
	 background-image: linear-gradient(#484e55, #3A3F44 60%, #313539);
	 background-repeat: no-repeat;
	 -webkit-filter: none;
	 filter: none;
}
.btncyan{
color: #5bc0de; 
}
.show{border: 1px dotted #fff;}
.hide{display: none;}

.hrgrey {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


.topstart{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items:flex-start;
    align-content:center; 
    padding: 0px;
}
.top {
    text-align: left; 
    padding: 0px;
    flex: 1 1 auto;
    }
.topside {
    text-align: center; 
    padding: 0px;
    flex: 0 1 auto;
    }



.input-wrap {
    border-radius: 10px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.23) inset;
    background: #bbb;
    color: #000;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}



.button {
    width: 180px;
    height: 30px;
    background: #6b8bad;
    border-radius: 10px;
    padding-top: 3px;
    border: none;
    color: #fff;
    text-shadow: 0 1px 2px black;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    background: -moz-linear-gradient(top, #6b8bad 0%, #39577f 48%, #254b72 52%, #102d4c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6b8bad), color-stop(48%, #39577f), color-stop(52%, #254b72), color-stop(100%, #102d4c));
    background: -webkit-linear-gradient(top, #6b8bad 0%, #39577f 48%, #254b72 52%, #102d4c 100%);
    background: -o-linear-gradient(top, #6b8bad 0%, #39577f 48%, #254b72 52%, #102d4c 100%);
    background: -ms-linear-gradient(top, #6b8bad 0%, #39577f 48%, #254b72 52%, #102d4c 100%);
    background: linear-gradient(to bottom, #6b8bad 0%, #39577f 48%, #254b72 52%, #102d4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b8bad', endColorstr='#102d4c',GradientType=0 );
}
.button:hover {
  background: #7290b0;
  background: -moz-linear-gradient(top, #7290b0 0%, #3d5e89 48%, #29537d 52%, #133559 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7290b0), color-stop(48%, #3d5e89), color-stop(52%, #29537d), color-stop(100%, #133559));
  background: -webkit-linear-gradient(top, #7290b0 0%, #3d5e89 48%, #29537d 52%, #133559 100%);
  background: -o-linear-gradient(top, #7290b0 0%, #3d5e89 48%, #29537d 52%, #133559 100%);
  background: -ms-linear-gradient(top, #7290b0 0%, #3d5e89 48%, #29537d 52%, #133559 100%);
  background: linear-gradient(to bottom, #7290b0 0%, #3d5e89 48%, #29537d 52%, #133559 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7290b0', endColorstr='#133559',GradientType=0 );
}
.button:active {
  background: #6385a9;
  background: -moz-linear-gradient(top, #6385a9 0%, #375479 48%, #24496e 52%, #0f2b49 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6385a9), color-stop(48%, #375479), color-stop(52%, #24496e), color-stop(100%, #0f2b49));
  background: -webkit-linear-gradient(top, #6385a9 0%, #375479 48%, #24496e 52%, #0f2b49 100%);
  background: -o-linear-gradient(top, #6385a9 0%, #375479 48%, #24496e 52%, #0f2b49 100%);
  background: -ms-linear-gradient(top, #6385a9 0%, #375479 48%, #24496e 52%, #0f2b49 100%);
  background: linear-gradient(to bottom, #6385a9 0%, #375479 48%, #24496e 52%, #0f2b49 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6385a9', endColorstr='#0f2b49',GradientType=0 );
  padding: 1px 0 0 0;
}
.buttondis{
    width: 180px;
    height: 30px;
    background: #6b8bad;
    border-radius: 10px;
    padding-top: 3px;
    color: #777;
    text-shadow: 0 1px 2px black;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    background: linear-gradient(to bottom, #999 5%, #777 48%, #777 52%, #888 80%);

}

.tdgreen {
    color: green; 
}
.tdred {
    color: red; 
}
.tdcyan {
    color: #5bc0de; 
    font-size:12px;
}

.cgreen {
    color: green; 
    font-size:12px;
}
.cred {
    color: red; 
    font-size:12px;
}
.ccyan {
    color: #5bc0de; 
    font-size:12px;
}
.cgrey {
    color: #5bc0de; 
    font-size:12px;
}
.color2 {
    color: #5bc0de; 
    font-size:12px;
}
.color1 {
    color: #555; 
    font-size:12px;
}
.color3 {
    color: green; 
    font-size:12px;
}
.color4 {
    color: red; 
    font-size:12px;
}
.color6 {
    color: yellow; 
    font-size:12px;
}


.introtext {text-align: center;}

.wrapper{
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: flex;
    border: 1px solid #777;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center;
    align-content:center; 
}


.tabellvidare td{
    font-size:12px;
    border: 0px solid #000000;
    padding: 0px;
    padding-bottom: 0px;
    line-height: normal;
}

.mainwrap {

    width: 480px;
    margin-top: 3px;
    padding: 10px;
    text-align: left;
    background: #17191b;
    border: 1px solid #000;
    border-radius: 15px;
    box-shadow: 0 0 6px 1px rgba(255, 255, 255, 0.3) inset, 0 0 6px 2px rgba(255, 255, 255, 0.14) inset; 
    font-size: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content:flex-start; 

}

@media screen and (max-width: 379px) {
    html,body{
        font-size: 14px;
        font-weight: 200;
        line-height: 135%;
    }
    .topwrap {
        width: 358px; 
        padding: 10px; 
        padding-bottom: 0px; 
        margin-top: 5px;
    }
	.mrowedit{
		padding: 4px;
		padding-top: 4px;
		margin-left:2px;
		margin-right:2px;
		margin-bottom:5px;
		text-align: center;
		
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
		align-items: center;
	    align-content: center;	
	    
	    min-width: 170px;	
		flex: 1 1 Auto;
		align-self: stretch;
	} 
    .mainwrap {
    	width: 366px;
    	margin-top: 3px;
    	padding: 8px; 
	    text-align: left;
	    background: #17191b;
	    border: 1px solid #000;
	    border-radius: 15px;
	    box-shadow: 0 0 6px 1px rgba(255, 255, 255, 0.3) inset, 0 0 6px 2px rgba(255, 255, 255, 0.14) inset; 
    	font-size: 12px;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: flex-start;
	    align-content:flex-start;    
    	}

	.tdgreen {	    color: green; }
	.tdred {	    color: red; }
	.tdcyan {	    color: #5bc0de; font-size:10px;	}

	.cgreen {	    color: green; font-size:10px;	}
	.cred {	    	color: red;  font-size:12px;	}
	.ccyan {	    color: #5bc0de; font-size:10px;	}
	.cgrey {	    color: #5bc0de; font-size:10px;	}
	.color2 {	    color: #5bc0de; font-size:10px;	}
	.color1 {	    color: #555; font-size:10px;	}
	.color3 {	    color: green; font-size:10px;	}
	.color4 {	    color: red; font-size:10px;	}
	.color6 {	    color: yellow; font-size:10px;	}
    
    .mainwrapsm {
    	width: 358px; 
    	padding: 10px; 
    	padding-bottom: 3px;
    	font-size: 10px;
    	}   
    	
    .top img{width: 70px;}
    .topsm img{width: 80px;}
    .button {
        width: 140px;
        height: 30px;
        background: #6b8bad;
        border-radius: 15px;
        border: none;
        color: #fff;
        text-shadow: 0 1px 2px black;
        font-size: 10px;
        font-weight: bold;
        margin-bottom: 15px;
        margin-top: 10px;
        background: -moz-linear-gradient(top, #6b8bad 0%, #39577f 48%, #254b72 52%, #102d4c 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6b8bad), color-stop(48%, #39577f), color-stop(52%, #254b72), color-stop(100%, #102d4c));
        background: -webkit-linear-gradient(top, #6b8bad 0%, #39577f 48%, #254b72 52%, #102d4c 100%);
        background: -o-linear-gradient(top, #6b8bad 0%, #39577f 48%, #254b72 52%, #102d4c 100%);
        background: -ms-linear-gradient(top, #6b8bad 0%, #39577f 48%, #254b72 52%, #102d4c 100%);
        background: linear-gradient(to bottom, #6b8bad 0%, #39577f 48%, #254b72 52%, #102d4c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b8bad', endColorstr='#102d4c',GradientType=0 );
    }
    
    .droplogin {left: 0px;}
    .dropreg {left: 0px;}
    .reginfo{
        font-size: 12px;
        font-weight: 300;
        line-height: 135%;
        text-decoration: none;
        padding-bottom: 2px;    
    }    
    .topside img{width: 240px;}
    td.match{
        font-size:13px;
        font-weight: 600;
        border: 0px solid #000000;
        padding-top: 4px;
    }
    .letteractive img{width: 40px;}
    .editgrouptext {
        padding: 5px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 5px;
        font-size: 10px;
    }
    .match img{width: 20px;}
    
    img.flag{width: 10px;}
    img.update{width: 46px;}
    
    .countnr {font-size: 14px;color: #62c462;}
    .count_text {font-size: 9px;color: #bbb;}
    .count {
        padding: 2px;
        width: 70px;
        margin-bottom: 4px;
    }
    .btn_sm {
    	font-size: 18px;
    }
}


 @media (min-width: 576px) {
     .container {
         max-width: 540px
     }
 }

 @media (min-width: 768px) {
     .container {
         max-width: 720px
     }
 }

 @media (min-width: 992px) {
     .container {
         max-width: 960px
     }
 }

 @media (min-width: 1200px) {
     .container {
         max-width: 1140px
     }
 }