/*
Theme Name: _tk-kitten
Theme URL: http://emoticonkitty.com;
Description: My child theme on _tk parent.
Theme Author: KatherineAWasserman;
Template: _tk
Version: 1.0.0
Text Domain: _tk-kitten
*/
.tk-header{
    margin:20px;
    border: 5px inset #000777;
    padding:12px;
}

.windowpane{
	margin: 4% 8.33%;
/*	box-sizing: border-box; */
}
.therowcontainer{
	clear: both; 
	outline: 1.27px ridge #334452;
	outline-offset: 2%;
	margin: 4% 8.33%;
	border: 3px double #EECC15;
	border-bottom-style: double;
	border-bottom-color: #610B4B;
	border-top-left-radius: 50%;
    border-top-right-radius: 50%;   
	background-color: #DBA901;
/*	box-sizing: border-box; */
    }

.mykat{
  width: 100px;
  height: 100px;
  background: red;
  position: relative;
  animation: mykat 5s infinite;
}
@keyframes mykat {
  from {left: 0px;}
  to {left: 200px;}
}  