.container
{
  width:1920px;  
}

.context
{
    background-color:#75bb85;
}
.topic
{
       border:1px dotted transparent;
 border-radius: 10px;
 margin-top:30px;
 
}

.topic:hover
{
border:1px dotted green;
    
}


.topic h5
{
    margin-bottom:-5;
    margin-top:0;
}

.work
{
    display:inline-block;

margin-top:5px;
margin-bottom:5px;
 border:1px solid black;
 border-radius: 10px;
 text-align:center;
 vertical-align: middle;
}
.work a
{
display:block;
text-decoration:none;
}
.work:hover
{
    background-color:silver;
}
.work:active
{
    background-color:olive;
}
body
{
    
width:1920px;  
font-size:7mm;
}
input
{
border:none;font-size:100%;
background-color:white;
}
.input-button
{
text-decoration:underline;
color:blue;
}
table
{
text-align:center;
font-size:5mm;
border:2px solid black;
}
td
{
padding:5px;
}

/*
.spoiler_desc {
     background: #333333;
     padding: 0 0px;
     border-radius: 0 0 5px 5px;
   
 }
 .spoiler_desc p {
     cursor: text;
     color: #FFFFFF;
 }
 .spoiler_close {
     display: none;
     width: 22px;
     height: 22px;
     background: #FFFF66;
     border-radius: 5px 5px 0 0;
     text-indent: 10px;
     cursor: default;
     border-bottom: 1px dotted #000000;
     position: absolute;
     top: 0px;
     left: 0;
 }
 .spoiler_close:hover { background: #F5FF27; }
 .spoiler_open:before {
     content: 'Îòêðûòü';
     border-bottom: 1px dotted #000000;
     cursor: default;
     text-indent: 10px;
     border-radius: 5px 5px 0 0;
     width: 100%;
     height: 22px;
     background: #FFFF66;
     display: block;
     position: absolute;
     top: 0px;
     left: 0;
 }
 .spoiler_open:hover:before { background: #F5FF27; }
 .spoiler_open {
     margin: 0px 0 0 15px;
     height: 23px;
     width: 100%;
     outline: none;
     float: left;
     position: relative;
     overflow: hidden;
     -webkit-transition: height 0.3s ease;
     -moz-transition: height 0.3s ease;
     -ms-transition: height 0.3s ease;
     -o-transition: height 0.3s ease;
     transition: height 0.3s ease;
 }
 .spoiler_open:focus { height: 122px; }
 .spoiler_open:focus .spoiler_close { display: block; }
 .spoiler_open:focus:before { display: none; }*/
