h2.nav-tab-wrapper {
	margin:22px 0 0 0;
}

#sections {
	padding:22px;
	background: #fff;
	border:1px solid #ccc;
	border-top:0px;
        width: 70%;
        float: left;
}

#sections input, #idgm-new-game-form-long-desc, .idgm-box input, #idgm-edit-game-form-long-desc {
    width:100%;
}

section {
	display:none;
}

section:first-child {
	display:block;
}


.no-js h2.nav-tab-wrapper {
	display:none;
}

.no-js #sections {
	border-top:1px solid #ccc;
	margin-top:22px;
}

.no-js section {
	border-top: 1px dashed #aaa;
	margin-top:22px;
	padding-top:22px;
}

.no-js section:first-child {
	margin:0px;
	padding:0px;
	border:0px;
}

.idgm-admin-sidebar {
    float:left;
    width:15%;
    min-width:222px;
    display:box;
    background: transparent;  
    padding: 10px;

}

.idgm-left {
    
}

.idgm-box {
    display:block;
    border-top: 1px dashed #aaa;
    background: #DDD;
    border:1px solid #ccc;
    padding: 4px;
}

.idgm-box i, .idgm-box strong {
    font-size:70%;
}

.idgm-sidelink strong {
    font-size:100%;
}

.idgm-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;    
}

#idgm-tweet-box {
    width:100%;
    height:80px;
}

#idgm-twitter-characters {
    padding:10px;
}