39 lines
483 B
CSS
39 lines
483 B
CSS
h2 {
|
|
font-weight: 100;
|
|
color: #555
|
|
}
|
|
|
|
.table-title {
|
|
margin-bottom: 15px;
|
|
font-size: 0.8rem
|
|
}
|
|
|
|
.table-title h2 {
|
|
margin: 0 15px 0 0
|
|
}
|
|
|
|
.ticket-info {
|
|
font-size: 22px
|
|
}
|
|
|
|
#nickname h2 {
|
|
max-width: 400px;
|
|
word-wrap: break-word
|
|
}
|
|
|
|
#phytosanitary {
|
|
padding-right: 10px
|
|
}
|
|
|
|
#phytosanitary .flag img {
|
|
width: 100%
|
|
}
|
|
|
|
#phytosanitary .flag .flag-text {
|
|
padding-left: 10px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.phytosanitary-info {
|
|
margin-top: 10px
|
|
} |