52 lines
569 B
CSS
52 lines
569 B
CSS
.wide {
|
|
width: 900px !important
|
|
}
|
|
|
|
.content {
|
|
position: absolute;
|
|
margin-top: -200px;
|
|
height: 400px;
|
|
top: 50%
|
|
}
|
|
|
|
p {
|
|
font-size: 1.2em;
|
|
margin: 0
|
|
}
|
|
|
|
td > span {
|
|
width: 100%;
|
|
margin-bottom: 15px
|
|
}
|
|
|
|
.green-background {
|
|
color: white;
|
|
background-color: #8dba25;
|
|
height: 2em;
|
|
line-height: 2em;
|
|
padding-left: 0.5em;
|
|
}
|
|
|
|
.info-panel td, .info-panel th {
|
|
padding: 1em 1em;
|
|
}
|
|
|
|
.info-panel {
|
|
margin-bottom: 5em;
|
|
}
|
|
|
|
table {
|
|
width: 100%;
|
|
}
|
|
|
|
th {
|
|
width: 30%;
|
|
}
|
|
|
|
td {
|
|
width: 20%;
|
|
}
|
|
|
|
.field {
|
|
float: none
|
|
} |