63 lines
974 B
CSS
63 lines
974 B
CSS
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #f5f1d5
|
|
}
|
|
|
|
header {
|
|
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
|
|
}
|
|
|
|
.h1header {
|
|
margin: 0;
|
|
background-color: #4a849f;
|
|
height: 100px;
|
|
line-height: 100px;
|
|
text-align: center;
|
|
color: black;
|
|
|
|
}
|
|
|
|
.h1 {
|
|
text-align: center;
|
|
}
|
|
|
|
.tg {
|
|
padding-top: 35px;
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.tg td {
|
|
border-color: black;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
font-family: Arial, sans-serif;
|
|
font-size: 14px;
|
|
overflow: hidden;
|
|
padding: 10px 5px;
|
|
word-break: normal;
|
|
}
|
|
|
|
.tg th {
|
|
border-color: black;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
font-family: Arial, sans-serif;
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
overflow: hidden;
|
|
padding: 10px 5px;
|
|
word-break: normal;
|
|
}
|
|
|
|
.tg .tg-0pky {
|
|
border-color: inherit;
|
|
text-align: left;
|
|
vertical-align: top
|
|
}
|
|
|
|
.card{
|
|
margin-top: 40px;
|
|
} |