.col-1 {background:url("/images/newsletter/phpbb_extensions.jpg") no-repeat; background-position:top right}
.nbinput {border:none; background-color:transparent; width:auto;}

#login-form {
	float:right;
}
.welcome {
	float:right;
	margin-right: 95px;
}
.header {
	float:left;
}

.header h2 {margin:0;}
/*media all*/
.table-list {
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #999;
    border-bottom: 1px solid #e5e5e5;
}
/*media all*/
.table-list-path {
    position: relative;
	float:left;
    padding: 8px 10px;
    font-size: 11px;
    vertical-align: top;
    border-top: 1px solid #eee;
	width:96%;
}

.table-list-cell {
    position: relative;
	float:left;
    padding: 8px 10px;
    font-size: 11px;
    vertical-align: top;
    border-top: 1px solid #eee;
	width:46%;
}

.table-list-cell:nth-child(even) {
  border-left: 1px #eee solid;
}
.table-list-cell:nth-child(odd) {
  clear: both;
}

/*media all*/
.table-list-item {
    position: relative;
    list-style: none;
    display: table-row;
}

.profile-icons {
	float:right!important;
	padding-top:5px!important;
}

#image-slider {
	float:right;
	width:200px;
}
.splide__slide img {
  width: 200px;
  max-height: 120px;
  object-fit: scale-down;
}

.learnpath-image {
	width:250px;
	margin: 5px;
}
.learnmodule-image {
	width:100px;
	margin: 5px;
}

.learnpath-links {
	float: left;
	bottom:15px;
	width: 95%;	
}
.learnpath-modules{
	position: absolute;
	bottom:15px;
	width: 95%;
}
#modulus {
	float:left;
}
.learnpath-changed {
	bottom:0px;
	right: 5px;
	float: right;
	position: absolute;
}

/*media all*/
.path-title-link {
	margin-top:0;
	color:#105289;
	float: left;
}
.module-title-link {
	margin-top:0;
	color:#105289;
	float: left;
}

/*media all*/
.table-list-milestones .stat {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
    color: #555;
    white-space: nowrap;
}

ul.profile-icons li.post-icon {
  width: 42px;
  height: 20px;
}
ul.profile-icons li.post-icon {
  margin: 0 0 0 3px;
}
ul.profile-icons li.post-icon {
  width: 42px;
  height: 20px;
}
ul.profile-icons li {
  float: left;
  margin: 0 6px 3px 0;
  background-position: 0 100%;
}
.post-icon, .post-icon a {
  background-image: url("./images/icon_post.gif");
}
.post-icon, .post-icon a {
  background-image: url("./images/icon_post.gif");
}

.cbTable {
	font-family: arial;
	font-size: 1.1em;
	border-collapse:collapse;
	border: 1px #dddddd solid;
	margin:0px 10px 10px 10px;
	width:98%;
}

.cbTable td {
	border: 1px #dddddd solid;
	padding: 2px 2px;
	text-align:center;
}

.cbTable td:nth-child(2), td:nth-child(3) {
	text-align: left;
}

.cbHead {
	font-size:13px;
	font-weight:bold;
}

.cbOddLine {
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#B2F7F7F7', EndColorStr='#B2F7F7F7');
	background-color: rgba(247, 247, 247, 0.7);
}

.cbOddLine:hover{
	background-color: #dcf1fc;
}

.cbEvenLine {
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#B2FFFFFF', EndColorStr='#B2FFFFFF');
	background-color: rgba(255, 255, 255, 0.6);
}

.cbEvenLine:hover{
	background-color: #dcf1fc;
}