/******************************************************************/
/* CSS links.css                                                  */
/* DLM          By    Reason                                      */
/* 2020 01 04   KenR  First Version                               */
/******************************************************************/

.linkScroller{
	height: 800px;
	width: 800px;
	display: block;
	overflow-x: scroll;
    border:1px solid #ccc;
    font-family: Arial;
	font-size: 18px;
		
}
.linkCategory{
	display:block;
	width: 100%;
    height: auto;
	font-size: 24px;
    border:1px solid red;
	font-weight: bold;
	position: relative;
	padding: 5px 13px;
	margin: 5px;
}
.linkCollapse{
    display: inline-block;
	background-color: blue;
	color: white;
	border:1px solid #ccc;
	cursor: pointer;
	text-align: center;
	border-radius: 50%;
	font-style: normal;
	height: 24px;	
	line-height: 24px;
	width: 24px;
	padding: 3px;
}
.linkCollapse:hover{
	background-color: red;
	color: white;

}
.linkItems{
	display: block;
	height: auto;
	width: auto;
	border:1px solid blue;
	position: relative;
	margin-left: 24px;
	background-color: #d7ecf7;
	margin-top: 10px;
	padding: 3px;
}
.linkLinkList{
	display: block;
	height: auto;
	background-color: #49a0ba;
	padding: 0px;
	margin-bottom: 4px;
	color: white;
}
.linkLinkList a{
	color: yellow;
}
.linkItemTitle{
	display: block;
	height: auto;
	background-color: #3285a8;
	color:     white;
	padding: 3px;
	font-weight: bold;
    font-family: Arial;
	font-size: 20px;

}
.linkImg{
	width: auto;
	max-height: 200px;
    display: block;
    margin-left: auto;
    margin-right: 0;
}
.linkBlocks{
	/* display: none; */
    display: block;
    vertical-align:  top;
    height: auto;
    width: auto;
    border:1px solid green;
	position: relative;
	margin-left: 10px;
	padding: 3px;
}
.linkInnerBox{
	display: flex;
}
.linkItemText{
	padding: 3px;
    font-family: Arial;
	font-size: 24px;
	background-color: #CEEBF1;
}
.linksHdr{
	height: 40px;
	width: 96%;
	display: inline-block;
	font-family: Arial;
	font-size: 24px;
	margin: 8px 5px;
	background-color: #3285a8;
	color: white;
	padding: 6px 17px;
}

