#SettingsForm{
  margin-top:-80px;
  width:100%;
}
#SettingsFormHeadline{
  width:100%;
  height:50px;
  line-height:50px;
  font-size:30pt;
  text-align:center;
  background-color:#0f0f0f;
  color:#f0f0f0;  
}
#SettingsFormContainer{
  margin-top:-1px;
  width:100%;
  background-color:#f0f0f0;
}
#BasicSettingsFormContainer{
  top:20px;
  position:relative;
  width:50%;
  margin:auto auto;
  margin-top:0px;
  background-color:lightgray;
  padding:20px;
}
#SettingsWatchDogsMaintance{
  margin-top:40px;
  padding:20px;
}
#SettingsWatchDogsMaintanceHeadline{
  font-size:25pt;
  font-weight:bold;
  height:50px;
  line-height:50px;
  border-bottom-color:gray;
  border-bottom-width:1px;
  border-bottom-style:dashed;
}
#WatchDogsMaintanceContainer{
  
}
.SettingsWatchDogItem{
  width:100%;
  height:35px;
  line-height:35px;
  margin-top:5px;
}
.SettingsDogCell1{
  width:27%;
  height:35px;
  line-height:35px;
}
.SettingsDogCell2{
  width:27%;
  height:35px;
  line-height:35px;
}
.SettingsDogCell3{
  width:27%;
  height:35px;
  line-height:35px;
}
.SettingsDogCell4{
  width:31%;
  height:35px;
  line-height:35px;
}
.SettingsDogCell5{
  width:25%;
  height:35px;
  line-height:35px;
}
.SettingsDeleteDogButton{
  margin-left:-15px;
  margin-right:10px;
  width:100%;
  text-align:center;
  color:blue; 
  cursor:pointer; 
}
.SettingsDeleteDogButton:Hover{
  text-decoration:underline;
}
.SettingsWatchDogImage{
  height:35px;
  position:absolute;
}
.WatchDogImg_nalezeno{
  cursor:pointer;
}
#TrashButton{
  position:absolute;
  right:1%;
  top:10px;
  text-align:center;
  cursor:pointer;
  font-size:10pt;
}