2017-05-26 13:57:38 -04:00
|
|
|
.container {
|
2017-05-26 13:23:34 -04:00
|
|
|
}
|
|
|
|
|
2017-05-26 13:57:38 -04:00
|
|
|
div.row {
|
2017-05-29 13:37:35 -04:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap;
|
2017-05-26 13:57:38 -04:00
|
|
|
}
|
|
|
|
|
2017-05-26 13:23:34 -04:00
|
|
|
img.logo {
|
2017-05-29 13:37:35 -04:00
|
|
|
margin-top: 26px;
|
|
|
|
margin-left: 10px;
|
|
|
|
display: inline;
|
2017-05-26 13:23:34 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
a.bigicon {
|
2017-05-29 13:37:35 -04:00
|
|
|
cursor: pointer;
|
|
|
|
display: inline;
|
|
|
|
text-decoration: none;
|
|
|
|
text-align: center;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
width: 120px;
|
2017-05-26 13:23:34 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
a.bigicon .icon {
|
2017-05-29 13:37:35 -04:00
|
|
|
border-radius: 50%;
|
|
|
|
width: 65px;
|
|
|
|
height: 65px;
|
2017-05-26 13:23:34 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
a.bigicon .title {
|
2017-05-29 13:37:35 -04:00
|
|
|
display: block;
|
2017-05-26 13:23:34 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
a.bigicon .roomname {
|
2017-05-29 13:37:35 -04:00
|
|
|
display: block;
|
|
|
|
white-space: nowrap;
|
|
|
|
font-size: 12px;
|
2017-05-26 13:23:34 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.description {
|
2017-05-29 13:37:35 -04:00
|
|
|
display: inline;
|
|
|
|
vertical-align: top;
|
2017-05-26 13:23:34 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
2017-05-29 13:37:35 -04:00
|
|
|
font-size: 26px;
|
2017-05-26 13:23:34 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
2017-05-29 13:37:35 -04:00
|
|
|
margin-top: 22px;
|
2017-05-26 13:23:34 -04:00
|
|
|
}
|
|
|
|
|
2017-05-26 13:57:38 -04:00
|
|
|
h3::after, h4::after {
|
2017-05-29 13:37:35 -04:00
|
|
|
content: ":";
|
2017-05-26 13:23:34 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
}
|