.row{
margin-left: 5rem !important;
margin-right: 5rem !important;
max-width: 175rem !important;
}
.topic-item a {
position: absolute !important;
width: 100% !important;
height: 100% !important;
top: 0 !important;
left: 0 !important;
text-decoration: none !important;
color: #fff !important;
font-size: 0px;
}
#topics {
width: 100%;
padding: 40px;
}
.topic-item:hover {
border: 1px solid #0d7ebf;
}
.topic-item {
background-color: #fff;
width: 100%;
min-height: 160px;
padding: 30px;
margin-bottom: 10px;
border: 1px solid #e1e1e1;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.topic-item div {
font-size: 13px;
text-align: center;
}
.topic-item h6 {
font-weight: bold;
}
.index-image {
max-width: 60px;
margin-bottom: 60px;
margin-top: 5px;
margin-left: auto !important;
margin-right: auto !important;
max-height: 48px !important;
display: block;
box-shadow: none !important;
}
.index-image > p > .confluence-embedded-file-wrapper > .confluence-embedded-image{
max-width: 60px;
margin-bottom: 60px;
margin-top: 5px;
margin-left: auto !important;
margin-right: auto !important;
max-height: 48px !important;
display: block;
box-shadow: none !important;
}
.text-center {
margin-top: -55px;
}
.text-center h6 {
font-weight: bold !important;
color: #7d7d7d !important;
font-size: 1.75rem !important;
line-height: 1.4 !important;
margin-top: 0 !important;
padding-bottom: 1rem !important;
}
.text-center h6 a{
color: #7d7d7d !important;
text-decoration:none;
}
.text-center p{
font-weight: 600;
/* padding-bottom: 10px; */
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
font-size: 15px !important;
overflow: hidden !important;
}
|