54 lines
1.1 KiB
CSS
54 lines
1.1 KiB
CSS
#light{
|
|
background-color: #3c8dbc;
|
|
height: 50px;
|
|
width: 55px;
|
|
border-radius: 10px;
|
|
font-size: 22px;
|
|
box-sizing: border-box;
|
|
padding-top: 10px;
|
|
margin-top: 9px;
|
|
}
|
|
#submit{
|
|
margin: 10px 10px 20px 0px;
|
|
}
|
|
#default-btn{
|
|
margin: 10px 0px 20px 5px;
|
|
|
|
}
|
|
.required{
|
|
color: red;
|
|
}
|
|
.ui-widget-header {
|
|
border: 1px solid #b52626;
|
|
background: #3c8dbc;
|
|
font-weight: bold;
|
|
}
|
|
|
|
table {
|
|
table-layout: fixed ;
|
|
width: 100% ;
|
|
}
|
|
|
|
.contacts-container > div, .contacts-container > h2 {
|
|
width: 100%;
|
|
}
|
|
.contacts-container > h2 {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.contacts-container > div > div {
|
|
margin: 0 1%;
|
|
padding-bottom: 20px;
|
|
width: 100%;
|
|
display: inline-block;
|
|
}
|
|
|
|
.contacts-container > div > div > strong, .contacts-container > div > div > span {
|
|
display: block;
|
|
}
|
|
|
|
.contacts-container > div > div > img {
|
|
margin: 10px 0;
|
|
}
|
|
|