.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.select, .select select { 
    width: 100%;
}

.clockdate-wrapper {
    background-color: #333;
    padding:5px;
    max-width:350px;
    width:100%;
    text-align:center;
    border-radius:5px;
    margin:0 auto;
    margin-top:2%;
}
.clock{
    background-color:#333;
    font-family: sans-serif;
    font-size:30px;
    text-shadow:0px 0px 1px #fff;
    color:#fff;
}
.clock span {
    color:#888;
    text-shadow:0px 0px 1px #333;
    font-size:15px;
    position:relative;
    top:-14px;
    left:-5px;
}
.date {
    letter-spacing:5px;
    font-size:12px;
    font-family:arial,sans-serif;
    color:#fff;
}