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