I try to move the copyright line to the left, I have tried to add "text-align: left;" to the following:

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
font-size: 0.9em;

padding-bottom: 8px;
}

#siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {

}

but it has no influence on the line, it stays in the center.
How can I move it to the left and add a padding of 20px from the left,

Thank you