31 lines
494 B
CSS
Executable File
31 lines
494 B
CSS
Executable File
#hosting_summary td {
|
|
width:33%;
|
|
text-align:center;
|
|
|
|
}
|
|
#hosting_summary td:hover {
|
|
border: 1px solid #c5c5c5;
|
|
background-color: #eeeeee;
|
|
}
|
|
|
|
#hosting_summary td a,#hosting_summary td a:hover {
|
|
color: #000;
|
|
font-size: 12px;
|
|
display:block;
|
|
width:100%;
|
|
}
|
|
#hosting_summary img {
|
|
border: 0;
|
|
padding:0;
|
|
}
|
|
|
|
#hosting_summary p {
|
|
font-size: 12px;
|
|
margin:auto;
|
|
text-align:center;
|
|
margin-bottom:10px;
|
|
margin-top:10px;
|
|
border: 1px solid #f2f2f2;
|
|
background-color: #FAFAFA;
|
|
width:710px;
|
|
} |