.stack-list { 
	color: #333333;
	margin: 0 auto;
	min-width: 920px;
}

.stack-list-title {
	border: none;
	border-left: 6px solid #FFB74D;
	margin: 25px 0px;
	padding: 0px 14px;
	height: 26px;
	vertical-align: middle;
	color: #333333;
}

.stack-list-title h3 {
	margin: 0px;
	padding: 0px;
	font-size: 1.5rem;
	color: #333333;
}

.stack-list-header {
	display: block;
}

.stack-list-buttons {
	display: inline-block;
	spacing: 20px;
}

.stack-list-buttons .btn {
	display: inline-block;
	margin-right: 10px;
	padding: 10px 30px;
	margin-bottom: 1em;
	text-align: center;
}

.stack-list-content {
	position: relative;
	background: #FAFAFA;
	border: 1px solid #B3C1CA;
	border-radius: 4px;
	color: #333333;
}

.stack-list-content .number-circle {
    border-radius: 50%;
    width: 28px;
    height: 27px;
    padding: 0px;
    color: #666;
    text-align: center;
	font-size: 1em;
	font-weight: bold;
	border: 2px solid #006EAB;
	position: absolute;
	top: 25px;
	left: 25px;
}

.stack-list-content ul {
	list-style-type: none;
	margin: 0px;
}

.stack-list-content li {
}

.stack-list-item {
	margin: 0px;
	position: relative;
	min-height: 210px;
	color: #333333;
	border-top: 1px solid #E2E2E2;
}

.stack-list-item-content {
	position: absolute;
	left: 80px;
	top: 25px;
	width: 90%;
}

.stack-list-badge {
	/*position: absolute;*/
	float: right;
	right: 0px;
	top: 0px;
	height: 48px;
	width: 140px;
	border-radius: 25px;
	font-size: 1em;
	line-height: 48px;
	text-align: center;
}

.stack-list-item .submitted {
	background: #58C459;
	color: #FFFFFF;
}

.stack-list-item .draft {
	background: #FFDE4E;
	color: #333333;
}

.stack-list-item-title {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 10px;
	color: #333333;
}

.stack-list-item-text {
	line-height: 1.5em;
	color: #333333;
}

.stack-list-item-ts {
	margin-top: 5px;
	font-size: 1em;
	color: #929292;
	line-height: 1em;
}

.stack-list-actions {
	position: absolute;
	bottom: 0px;
	left: 80px;
	margin-right: 25px;
}

.stack-list-actions .btn {
	display: inline-block;
	margin-right: 10px;
	padding: 10px 30px;
	margin-bottom: 15px;
}

.paging { 
	display: inline-block;
	line-height: 50px;
	float: right;
}

.paging .paging-itemcount{ 
	display: inline-block;
	line-height: 25px;
}

.paging-itemcount ul{
    background: #fff;
  }

.paging-itemcount li{
      display: block;
      position: relative;
      text-align: left;
  }
.paging-itemcount li a{
      display: block;
      text-decoration: none;
      text-align: center;
      width: 35px;
      background: #fff;
	  margin: 0px;
  }
.paging-itemcount li a:hover{
      color: #000;
      background: #A2A2A2;
  }
.paging-itemcount li ul.itemcount{
      display: none;
	  position: absolute;
	  z-index: 999;
	  left: -35px;
	  top: 10px;
	  padding: 0px;
	  background: #fff;
	  width: 38px;
	  text-align: center;
	  border: 1px solid #A2A2A2;
  }
  
.paging-itemcount  li ul.itemcount li{
    background: #fff;
	margin: 0px;
  } 
  
.paging-itemcount li:hover ul.itemcount{
      display: block;
  }
.paging-itemcount li ul.dropdown li{
      display: block;
      background: #fff;
  }
  
  .paging .phone-only {
	  display: none;
  }
  
@media only screen and (max-device-width: 900px),  only screen and (max-width: 900px) {
	.stack-list { 
		min-width: 10px;
	}

	.stack-list-content .number-circle {
		float: left;
	}

	.stack-list-item-content {
        position: static;
        left: 20%;
        margin: 30px 15px 30px 70px;
        width: 80%;
        padding-right: 10px;
	}

	.stack-list-badge {
		position: static;
		display:block;
		right: 50px;
		top: 25px;
		height: 2em;
		width: 120px;
		border-radius: 16px;
		font-size: 1em;
		font-weight: normal;
		line-height: 2em;
		text-align: center;
		margin: 10px 0;
	}

	.stack-list-actions {
		position: static;
		bottom: 0px;
		left: 75px;
		margin: 15px;
	}

	.stack-list-actions .btn {
		width: 100%;
		display: inline-block;
		margin-top: 15px;
		text-align: center;
		margin-bottom: 0;
	}
	
	.stack-list-buttons {
		width: 100%;
	}
	
	.stack-list-buttons .btn {
		width: 100%;
		display: inline-block;
		margin-top: 15px;
		text-align: center;
		margin-bottom: 1em;
	}
	
	.paging { 
		float: none;
		width: 100%;
	}

	.paging :not(.phone){ 
		display: none;
	}

	.paging .page-list {
		float: right;
	}
    .paging .phone-only {
  	  display: inline;
    }

}