blob: 83f0e4727974db298c5cde7ba8bb39dedb17a333 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#helpContent .TAT_description {
text-align: justify;
}
#helpContent form {
text-align: center;
}
#helpContent form input {
width: 50%;
margin-top: 10px;
}
#helpContent P {
margin: 1em;
}
|