/* Google Material Icons */

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* fallback */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url(/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/**************************************************************************************************/
*{
	font-size:16px;
	font-family:Tahoma, sans-serif;
	color:#222;
	user-select:none;
}
a:link{
	text-decoration:none;
}
p:first-child{
	margin-top:0;
}
p:last-child{
	margin-bottom:0;
}
span{
	float:left;
}
/**************************************************************************************************/
body{
	margin:0;
	background-color:#f8f8f8;
}
#wrapper{
	width:800px;
	height:auto;
	margin:auto;
}
#wrapper > .header{
	width:inherit;
	float:left;
	border-bottom:2px solid #222;
	padding-bottom:20px;
}
#wrapper > .header > div{
	margin-top:20px;
}
#wrapper > .content{
	width:inherit;
	float:left;
	padding-bottom:20px;
}
#wrapper > .content > div{
	margin-top:20px;
}
/**************************************************************************************************/
div.rounded-box{
	box-sizing:border-box;
	width:100%;
	float:left;
	padding:0 20px 0 20px;
	border-radius:10px;
	border:5px solid #222;
	background-color:#fff;
}
/**************************************************************************************************/
#title-box > .title > a > div{
	height:72px;
	font-size:32px;
	font-weight:600;
	text-align:center;
	line-height:72px;
}
#title-box > .details{
	padding:10px 10px 10px 10px;
	border-top:1px dashed #222;
}
#title-box > .details > div{
	height:20px;
	font-size:16px;
	line-height:20px;
}
#title-box > .details *{
	user-select:text;
}

#link-box{
	box-sizing:border-box;
	width:100%;
	float:left;
}
#link-box > a > div{
	float:left;
	padding:0 16px 0 16px;
	font-size:16px;
	line-height:32px;
	height:32px;
	font-weight:600;
	margin:8px 0 8px 0;
	border-right:1px solid #222;
}
/**************************************************************************************************/
.box > .header{
	width:100%;
	float:left;
	padding-bottom:5px;
}
.box > .content{
	width:100%;
	float:left;
	padding-bottom:5px;
}
.box > .header+.content{
	border-top:2px solid #222;
}
.box > .content > .section{
	width:100%;
	float:left;
	border-top:2px dotted #222;
}
.box > .content > .section:first-child{
	border-top:0;
}
/**************************************************************************************************/
.thumbnail-row{
	width:100%;
	float:left;
}
.thumbnail-row > div{
	float:left;
}
.thumbnail-row.left > div:first-child{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}
.thumbnail-row.left > div:last-child{
	box-sizing:border-box;
}
.thumbnail-row.right > div:last-child{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}
.thumbnail-row.right > div:first-child{
	box-sizing:border-box;
}
/******************/
.thumbnail-row.left > div:first-child{
	width:25%;
	height:200px;
}
.thumbnail-row.left > div:last-child{
	width:75%;
	padding-left:20px;
}
.thumbnail-row.right > div:last-child{
	width:25%;
	height:200px;
}
.thumbnail-row.right > div:first-child{
	width:75%;
	padding-right:20px;
}
/******************/
.thumbnail-row.left.small > div:first-child{
	width:10%;
	height:80px;
}
.thumbnail-row.left.small > div:last-child{
	width:90%;
	padding-left:15px;
}
.thumbnail-row.right.small > div:last-child{
	width:10%;
	height:80px;
}
.thumbnail-row.right.small > div:first-child{
	width:90%;
	padding-right:15px;
}
/******************/
.thumbnail-row.left.tiny > div:first-child{
	width:6%;
	height:40px;
}
.thumbnail-row.left.tiny > div:last-child{
	width:94%;
	padding-left:10px;
}
.thumbnail-row.right.tiny > div:last-child{
	width:6%;
	height:40px;
}
.thumbnail-row.right.tiny > div:first-child{
	width:94%;
	padding-right:10px;
}
/**************************************************************************************************/
.box > .header .title{
	width:100%;
	padding:11px 0 11px 0;
	float:left;
	height:28px;
	font-size:24px;
	font-weight:600;
	text-align:center;
	line-height:28px;
	
	position:relative;
}
.box > .header .title > span{
	font-size:28px;
	
	position:absolute;
	left:0;
}
.box > .content > .section .title{
	width:100%;
	padding:6px 0 6px 0;
	float:left;
	height:24px;
	font-size:16px;
	font-weight:600;
	text-align:center;
	line-height:24px;
	
	position:relative;
}
.box > .content > .section .title > span{
	font-size:24px;
	
	position:absolute;
	left:0;
}
.box > .content > .section > .description:first-child{
	padding-top:6px;
}
.box > .content > .section > a:first-child > .description{
	padding-top:6px;
}
/**************************************************************************************************/
.tag-box{
	background-color:#eee;
	border:1px solid #222;
	padding:8px 2px 2px 8px;
	box-sizing:border-box;
	width:96%;
	float:left;
	margin:0 2% 0 2%;
}

.tag-box div.tag,div.sub-tag{
	float:left;
	height:20px;
	border-radius:14px;
	font-size:12px;
	line-height:20px;
	text-align:center;
	padding:4px 12px 4px 12px;
	margin:0 6px 6px 0;
}
.tag-box div.tag{
	color:#fff;
	background-color:#444;
}
.tag-box div.tag:hover{
	color:#444;
	background-color:#ccc;
}
.tag-box div.sub-tag{
	color:#fff;
	background-color:#777;
}
.tag-box div.sub-tag:hover{
	color:#444;
	background-color:#ccc;
}
/**************************************************************************************************/
.box > .header .description{
	width:100%;
	padding:0 0 10px 0;
	float:left;
}
.box > .header .tag-box+.description{
	padding:10px 0 10px 0;
}
.box > .header .tag-box+a > .description{
	padding:10px 0 10px 0;
}
.box > .content > .section .description{
	width:100%;
	padding:0 0 10px 0;
	float:left;
}
.box > .content > .section .tag-box+.description{
	padding:10px 0 10px 0;
}
.box > .content > .section .tag-box+a > .description{
	padding:10px 0 10px 0;
}
/**************************************************************************************************/
.resource-link{
	width:100%;
	padding:8px 0 8px 0;
	height:26px;
	line-height:26px;
	font-size:16px;
	float:left;
}
.resource-link > span{
	font-size:26px;
}
.resource-link.large{
	width:100%;
	padding:20px 0 20px 0;
	height:36px;
	line-height:36px;
	font-size:32px;
	font-weight:600;
	float:left;
}
.resource-link.large > span{
	font-size:36px;
}
/**************************************************************************************************/
.tag-project-link{
	padding:8px 0 8px 0;
}
.tag-project-link.thumbnail-row.left.left.tiny > div:last-child{
	height:40px;
	line-height:40px;
	font-size:16px;
}